diff options
Diffstat (limited to 'ecs.php')
| -rw-r--r-- | ecs.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ use PhpCsFixer\Fixer\FunctionNotation\NativeFunctionInvocationFixer; return function (ECSConfig $ecsConfig): void { $ecsConfig->paths([ __DIR__ . '/src', + __DIR__ . '/tests', __DIR__ . '/examples', ]); $ecsConfig->sets([ |
