@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | public function find($file) |
| 20 | 20 | { |
| 21 | - if (! file_exists($file)) { |
|
| 21 | + if (!file_exists($file)) { |
|
| 22 | 22 | return []; |
| 23 | 23 | } |
| 24 | 24 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | public function find($file) |
| 20 | 20 | { |
| 21 | - if (! file_exists($file)) { |
|
| 21 | + if (!file_exists($file)) { |
|
| 22 | 22 | return []; |
| 23 | 23 | } |
| 24 | 24 | |