Skip to content
Snippets Groups Projects
Unverified Commit 374e9fbb authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Update psalm alter issues list

parent e0498435
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"phan": "phan --allow-polyfill-parser -k .phan/config.php",
"psalm": "psalm",
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment