@@ -413,7 +413,6 @@ |
||
413 | 413 | * Allows overloading the object with methods... Whooaaa oooh it's magic, y'knoooow. |
414 | 414 | * @since 1.0.0 |
415 | 415 | * @param string $method Non-existent method. |
416 | - * @param array $arguments All arguments passed to the method |
|
417 | 416 | */ |
418 | 417 | public function __call( $method, $args ) { |
419 | 418 | $object_class = strtolower( get_class( $this ) ); |