@@ -133,7 +133,7 @@ |
||
| 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 | */ |
@@ -28,7 +28,7 @@ |
||
| 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); |