Completed
Push — master ( b0bc78...fffed2 )
by Dmitriy
03:02 queued 50s
created
src/InMemoryRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @param CriteriaInterface|array $criteria
138
+     * @param CriteriaInterface $criteria
139 139
      * @return EntityInterface|null
140 140
      */
141 141
     public function find($criteria)
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     }
191 191
 
192 192
     /**
193
-     * @param CriteriaInterface|array $criteria
193
+     * @param CriteriaInterface $criteria
194 194
      * @return EntityInterface[]
195 195
      */
196 196
     public function findMany($criteria)
Please login to merge, or discard this patch.