Skip to content

Commit

Permalink
Ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Dec 3, 2022
1 parent c75f01f commit 3727f30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ parameters:
# Level 9 is the highest level
level: 5

excludePaths:
- app/Console/Commands/OpenBar.php

# ignoreErrors:
# - '#PHPDoc tag @var#'
#
Expand Down

0 comments on commit 3727f30

Please sign in to comment.