@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | - * @param $name |
|
| 53 | + * @param integer $name |
|
| 54 | 54 | * |
| 55 | 55 | * @return BaseFilterInterface |
| 56 | 56 | */ |
@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | - * @param $name |
|
| 95 | + * @param integer $name |
|
| 96 | 96 | */ |
| 97 | 97 | protected function clearCollection($name) |
| 98 | 98 | { |
@@ -42,8 +42,8 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * Pageable constructor. |
| 44 | 44 | * |
| 45 | - * @param $pageNumber |
|
| 46 | - * @param $pageSize |
|
| 45 | + * @param integer $pageNumber |
|
| 46 | + * @param integer $pageSize |
|
| 47 | 47 | * @param SortInterface|null $sort |
| 48 | 48 | * @param FilterInterface|null $filter |
| 49 | 49 | * @param FieldsInterface|null $fields |
@@ -53,8 +53,8 @@ discard block |
||
| 53 | 53 | * Page constructor. |
| 54 | 54 | * |
| 55 | 55 | * @param array $elements |
| 56 | - * @param $totalElements |
|
| 57 | - * @param $pageNumber |
|
| 56 | + * @param integer $totalElements |
|
| 57 | + * @param integer $pageNumber |
|
| 58 | 58 | * @param $totalPages |
| 59 | 59 | * @param SortInterface $sort |
| 60 | 60 | * @param FilterInterface $filter |
@@ -193,7 +193,7 @@ discard block |
||
| 193 | 193 | } |
| 194 | 194 | |
| 195 | 195 | /** |
| 196 | - * @return FieldsInterface |
|
| 196 | + * @return null|FieldsInterface |
|
| 197 | 197 | */ |
| 198 | 198 | public function getFields() |
| 199 | 199 | { |
@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | const SHOULD = 'should'; |
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | - * @param array $results |
|
| 26 | + * @param \NilPortugues\Foundation\Domain\Model\Repository\Contracts\Identity[] $results |
|
| 27 | 27 | * @param Filter $filter |
| 28 | 28 | * |
| 29 | 29 | * @return array |
@@ -314,7 +314,7 @@ discard block |
||
| 314 | 314 | } |
| 315 | 315 | |
| 316 | 316 | /** |
| 317 | - * @param $callable |
|
| 317 | + * @param \Closure $callable |
|
| 318 | 318 | * @return \Closure |
| 319 | 319 | */ |
| 320 | 320 | private static function not($callable) |