Skip to content

Commit 9894829

Browse files
committed
fix mistake
1 parent de857e7 commit 9894829

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
@@ -45,7 +45,7 @@
4545
},
4646
"scripts": {
4747
"php-cs-fixer": "./vendor/bin/php-cs-fixer fix . --dry-run --diff",
48-
"phpstan": "./vendor/bin/phpstan analyse PhpChmod tests --level=5",
48+
"phpstan": "./vendor/bin/phpstan analyse src tests --level=5",
4949
"test": "./vendor/bin/phpunit --bootstrap vendor/autoload.php --colors=always tests/"
5050
}
5151
}

0 commit comments

Comments
 (0)