@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | /** |
199 | 199 | * Cache a many relationship. |
200 | 200 | * |
201 | - * @param $parentKey |
|
201 | + * @param string $parentKey |
|
202 | 202 | * @param string $relation |
203 | 203 | * @param EntityCollection $results |
204 | 204 | * @param Relationship $relationship |
@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | /** |
222 | 222 | * Cache a single relationship. |
223 | 223 | * |
224 | - * @param $parentKey |
|
224 | + * @param string $parentKey |
|
225 | 225 | * @param string $relation |
226 | 226 | * @param Mappable $result |
227 | 227 | * @param Relationship $relationship |
@@ -217,10 +217,8 @@ |
||
217 | 217 | /** |
218 | 218 | * Create a new collection consisting of every n-th element. |
219 | 219 | * |
220 | - * @param int $step |
|
221 | - * @param int $offset |
|
222 | 220 | * |
223 | - * @return static |
|
221 | + * @return boolean |
|
224 | 222 | */ |
225 | 223 | public function every($key, $operator = null, $value = null) |
226 | 224 | { |