Skip to content

Commit b11619e

Browse files
committed
Fix command
1 parent 9718722 commit b11619e

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
@@ -55,7 +55,7 @@
5555
"scripts": {
5656
"cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
5757
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
58-
"docs": "vendor/bin/phpdoc.phar",
58+
"docs": "phpdoc",
5959
"mutation-testing": "infection --threads=4",
6060
"pre-commit": [
6161
"@cs-check",

0 commit comments

Comments
 (0)