diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-15 18:38:09 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-15 18:38:11 +0900 |
| commit | 939dd0ace0e97c17dbf24fd3e22fce0c82127c4a (patch) | |
| tree | b071fab8670631b1ea4b0713ef3ae0893d1ac7cf /ecs.php | |
| parent | 671823ccdf280274aec86d1326f07b6a133a8716 (diff) | |
| download | php-waddiwasi-939dd0ace0e97c17dbf24fd3e22fce0c82127c4a.tar.gz php-waddiwasi-939dd0ace0e97c17dbf24fd3e22fce0c82127c4a.tar.zst php-waddiwasi-939dd0ace0e97c17dbf24fd3e22fce0c82127c4a.zip | |
chore: format examples/ dir
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__ . '/examples', ]); $ecsConfig->sets([ SetList::CLEAN_CODE, |
