@@ -47,7 +47,7 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | public function getWhere(callable $callable) |
| 49 | 49 | { |
| 50 | - foreach($this->data as $item) { |
|
| 50 | + foreach ($this->data as $item) { |
|
| 51 | 51 | if ($callable($item) === true) { |
| 52 | 52 | return is_object($item) ? clone $item : $item; |
| 53 | 53 | } |