aboutsummaryrefslogtreecommitdiffhomepage
path: root/ecs.php
diff options
context:
space:
mode:
Diffstat (limited to 'ecs.php')
-rw-r--r--ecs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecs.php b/ecs.php
index c4c9b5b..d883d3f 100644
--- a/ecs.php
+++ b/ecs.php
@@ -10,6 +10,7 @@ use PhpCsFixer\Fixer\FunctionNotation\NativeFunctionInvocationFixer;
return function (ECSConfig $ecsConfig): void {
$ecsConfig->paths([
__DIR__ . '/src',
+ __DIR__ . '/examples',
]);
$ecsConfig->sets([
SetList::CLEAN_CODE,