Passed
Push — master ( 331287...75f956 )
by Sebastian
02:14
created
src/Seboettg/Collection/ArrayListTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      *
173 173
      * @param string $value
174 174
      *
175
-     * @return mixed
175
+     * @return boolean
176 176
      */
177 177
     public function hasValue($value)
178 178
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      * replaces this list by the specified array
185 185
      * @param array $data
186 186
      *
187
-     * @return ArrayList
187
+     * @return ArrayListTrait
188 188
      */
189 189
     public function replace(array $data)
190 190
     {
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
     /**
275 275
      * returns a clone of this ArrayList, filtered by the given closure function
276 276
      * @param \Closure $closure
277
-     * @return ArrayList
277
+     * @return ArrayListTrait
278 278
      */
279 279
     public function filter(\Closure $closure)
280 280
     {
Please login to merge, or discard this patch.