Skip to content

Commit a8d85df

Browse files
authored
[DOC] Fix typo in PHPStan script description (MyIntervals#483)
1 parent cb78396 commit a8d85df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
"ci:static": "Runs all static code analysis checks for the code.",
8484
"fix:php": "Autofixes all autofixable issues in the PHP code.",
8585
"fix:php:fixer": "Fixes autofixable issues found by PHP CS Fixer.",
86-
"phpstand:baseline": "Updates the PHPStan baseline file to match the code."
86+
"phpstan:baseline": "Updates the PHPStan baseline file to match the code."
8787
}
8888
}

0 commit comments

Comments
 (0)