@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | * @param $method |
| 32 | 32 | * @param $args |
| 33 | 33 | * |
| 34 | - * @return mixed |
|
| 34 | + * @return Collection |
|
| 35 | 35 | */ |
| 36 | 36 | public function __call($method, $args) |
| 37 | 37 | { |
@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | * Instantiates a Query object and adds it to the queries array. |
| 51 | 51 | * |
| 52 | 52 | * @param $key string Query name |
| 53 | - * @param $className string Query class name |
|
| 53 | + * @param string $className string Query class name |
|
| 54 | 54 | * @param $options array Parameters to add to constructor |
| 55 | 55 | * |
| 56 | 56 | * @return $this |