@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * |
| 86 | 86 | * @return Finder |
| 87 | 87 | */ |
| 88 | - function ($directoryOrFile) { |
|
| 88 | + function($directoryOrFile) { |
|
| 89 | 89 | $finder = Finder::create() |
| 90 | 90 | ->files() |
| 91 | 91 | ->ignoreDotFiles(true) |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | */ |
| 49 | 49 | public function apply() |
| 50 | 50 | { |
| 51 | - $applyFilters = function ($docheader, $filter) { |
|
| 51 | + $applyFilters = function($docheader, $filter) { |
|
| 52 | 52 | return (new $filter)->__invoke($docheader); |
| 53 | 53 | }; |
| 54 | 54 | |