@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | * @param \Percy\Entity\Collection $collection |
16 | 16 | * @param integer $action |
17 | 17 | * |
18 | - * @return boolean |
|
18 | + * @return boolean|null |
|
19 | 19 | */ |
20 | 20 | protected function decorate(Collection $collection, $action) |
21 | 21 | { |
@@ -49,9 +49,9 @@ discard block |
||
49 | 49 | /** |
50 | 50 | * Iterate collection and validate data. |
51 | 51 | * |
52 | - * @param \Percy\EntityCollection $collection |
|
52 | + * @param Collection $collection |
|
53 | 53 | * |
54 | - * @return boolean |
|
54 | + * @return boolean|null |
|
55 | 55 | */ |
56 | 56 | public function validate(Collection $collection) |
57 | 57 | { |