diff --git a/composer.json b/composer.json index 0a4ca596..08125e49 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "post-create-project-cmd": [ "@php artisan key:generate --ansi" ], - "static": "vendor/bin/phpstan analyse", + "static": "vendor/bin/phpstan analyse --xdebug", "fix-style": "vendor/bin/ecs check --fix --clear-cache" }, "extra": { diff --git a/phpstan.neon b/phpstan.neon index 39f63359..4ad3d25a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,6 +9,9 @@ parameters: # Level 9 is the highest level level: 5 + excludePaths: + - app/Console/Commands/OpenBar.php + # ignoreErrors: # - '#PHPDoc tag @var#' #