@@ -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); |