Skip to content

Commit 498050c

Browse files
committed
📦 Fix phpstan command after reworking directory structure
1 parent 35670c0 commit 498050c

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
@@ -46,7 +46,7 @@
4646
"phpdocumentor/type-resolver": "<1.4"
4747
},
4848
"scripts": {
49-
"phpstan": "phpstan analyse GraphQLiteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"
49+
"phpstan": "phpstan analyse -c phpstan.neon --level=7 --no-progress"
5050
},
5151
"suggest": {
5252
"symfony/security-bundle": "To use #[Logged] or #[Right] attributes"

0 commit comments

Comments
 (0)