Skip to content

Commit

Permalink
Remove --find-dead-code to do not report UnnecessaryVarAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Apr 2, 2024
1 parent 666e528 commit 9b16670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
],
"lint": "phpcs --report-full --report-summary --colors -n -s",
"lint-fix": "phpcbf -n",
"psalm": "psalm --find-dead-code --find-unused-psalm-suppress --long-progress",
"psalm": "psalm --find-unused-psalm-suppress --long-progress",
"psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml",
"test": "codecept run --skip-group skip"
}
Expand Down

0 comments on commit 9b16670

Please sign in to comment.