We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb78396 commit a8d85dfCopy full SHA for a8d85df
composer.json
@@ -83,6 +83,6 @@
83
"ci:static": "Runs all static code analysis checks for the code.",
84
"fix:php": "Autofixes all autofixable issues in the PHP code.",
85
"fix:php:fixer": "Fixes autofixable issues found by PHP CS Fixer.",
86
- "phpstand:baseline": "Updates the PHPStan baseline file to match the code."
+ "phpstan:baseline": "Updates the PHPStan baseline file to match the code."
87
}
88
0 commit comments