Completed
Push — master ( 96506e...b0bc78 )
by Dmitriy
02:11
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   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     }
128 128
 
129 129
     /**
130
-     * @param CriteriaInterface|array $criteria
130
+     * @param CriteriaInterface $criteria
131 131
      * @return EntityInterface|null
132 132
      */
133 133
     public function find($criteria)
@@ -170,8 +170,8 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @param CriteriaInterface|array $criteria
174
-     * @return EntityInterface[]
173
+     * @param CriteriaInterface $criteria
174
+     * @return ArrayObject
175 175
      */
176 176
     public function findMany($criteria)
177 177
     {
Please login to merge, or discard this patch.