From 939dd0ace0e97c17dbf24fd3e22fce0c82127c4a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 15 Mar 2024 18:38:09 +0900 Subject: chore: format examples/ dir --- ecs.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ecs.php') 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, -- cgit v1.3-1-g0d28