| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | * Most of the collection methods returns a new collection instance, and therefore |
| 35 | 35 | * it will be assigned as the current collection instance after executing any method. |
| 36 | 36 | * |
| 37 | 37 | * @param string $name |
| 38 | - * @param array $arguments | |
| 38 | + * @param array $arguments | |
| 39 | 39 | */ |
| 40 | 40 | public function __call( $name, $arguments ) { |
| 41 | 41 | $call = call_user_func_array( [ $this->collection, $name ], $arguments ); |
| 42 | 42 | |