Completed
Push — master ( dd12de...33be91 )
by
unknown
03:06
created
example/ColorRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Infrastructure/Model/Repository/InMemory/InMemoryFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.