Completed
Push — master ( fc241c...07dbda )
by Dmitriy
02:09
created
src/FinderAggregateRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @param CriteriaInterface|array $criteria
91
+     * @param CriteriaInterface $criteria
92 92
      * @return EntityInterface|null
93 93
      */
94 94
     public function find($criteria)
Please login to merge, or discard this patch.
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.