diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 3360abe85..9e6e76238 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -14,6 +14,7 @@ $finder = PhpCsFixer\Finder::create(); $finder ->in(__DIR__.'/src') ->in(__DIR__.'/utils') + ->in(__DIR__.'/packages') ->append([__FILE__]) ->exclude(['docs/', 'tests/app']) ->notPath('tests/app') diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 60c36771e..38c3f7b61 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -3,6 +3,7 @@ parameters: paths: - src/ - utils/ + - packages/ tmpDir: var/cache/phpstan reportUnmatchedIgnoredErrors: false excludePaths: