@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @param Pageable $pageable |
108 | 108 | * |
109 | - * @return Page |
|
109 | + * @return Color[] |
|
110 | 110 | */ |
111 | 111 | public function findAll(Pageable $pageable) |
112 | 112 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | |
27 | 27 | /** |
28 | - * @param array $results |
|
28 | + * @param \NilPortugues\Foundation\Domain\Model\Repository\Contracts\Identity[] $results |
|
29 | 29 | * @param Filter $filter |
30 | 30 | * @return array |
31 | 31 | */ |
@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace NilPortugues\Foundation\Infrastructure\Model\Repository\InMemory; |
12 | 12 | |
13 | -use NilPortugues\Foundation\Domain\Model\Repository\Contracts\BaseFilter; |
|
14 | 13 | use NilPortugues\Foundation\Domain\Model\Repository\Contracts\Filter; |
15 | 14 | |
16 | 15 | /** |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Author: Nil Portugués Calderó <[email protected]> |
|
4 | - * Date: 20/01/16 |
|
5 | - * Time: 23:55 |
|
6 | - * |
|
7 | - * For the full copyright and license information, please view the LICENSE |
|
8 | - * file that was distributed with this source code. |
|
9 | - */ |
|
3 | + * Author: Nil Portugués Calderó <[email protected]> |
|
4 | + * Date: 20/01/16 |
|
5 | + * Time: 23:55 |
|
6 | + * |
|
7 | + * For the full copyright and license information, please view the LICENSE |
|
8 | + * file that was distributed with this source code. |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace NilPortugues\Foundation\Infrastructure\Model\Repository\InMemory; |
12 | 12 |