Completed
Push — master ( 403793...a4f27c )
by
unknown
11:12 queued 01:10
created
src/Infrastructure/Model/Repository/InMemory/InMemoryFilter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.