Completed
Push — master ( fdd724...8e8ff9 )
by Zoltán
03:35
created
src/Collection/StrictlyTypedCollectionTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      *
134 134
      * @param mixed $value
135 135
      *
136
-     * @return bool
136
+     * @return boolean|null
137 137
      *
138 138
      * @throws \BuildR\Collection\Exception\CollectionException
139 139
      */
Please login to merge, or discard this patch.
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.