@@ -5,7 +5,7 @@ |
||
| 5 | 5 | use ComposerUnused\ComposerUnused\Configuration\Configuration; |
| 6 | 6 | use ComposerUnused\ComposerUnused\Configuration\NamedFilter; |
| 7 | 7 | |
| 8 | -return static function (Configuration $config): Configuration { |
|
| 8 | +return static function(Configuration $config): Configuration { |
|
| 9 | 9 | return $config |
| 10 | 10 | ->addNamedFilter(NamedFilter::fromString('php-di-definitions/dummy')); |
| 11 | 11 | }; |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | { |
| 37 | 37 | if (strpos($file, '*') !== false) { |
| 38 | 38 | $files = glob($file); |
| 39 | - if (! is_array($files)) { |
|
| 39 | + if (!is_array($files)) { |
|
| 40 | 40 | return; |
| 41 | 41 | } |
| 42 | 42 | |