Completed
Push — master ( 8e8ff9...a65314 )
by Zoltán
03:44
created
src/Collection/FilterableCollectionTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @param callable $filter
30 30
      *
31
-     * @return \BuildR\Collection\ArrayList\ListInterface
31
+     * @return FilterableCollectionTrait
32 32
      */
33 33
     public function filter(callable $filter) {
34 34
         $result = ArrayFilter::execute($this->data, $filter);
Please login to merge, or discard this patch.