@@ -5,7 +5,7 @@ |
||
| 5 | 5 | use PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer; |
| 6 | 6 | use Symplify\EasyCodingStandard\Config\ECSConfig; |
| 7 | 7 | |
| 8 | -return static function (ECSConfig $ecsConfig): void { |
|
| 8 | +return static function(ECSConfig $ecsConfig): void { |
|
| 9 | 9 | $ecsConfig->paths([ |
| 10 | 10 | __DIR__ . '/src', |
| 11 | 11 | __DIR__ . '/tests/Behat', |