Skip to content

Commit 75ca538

Browse files
Rename analyse to static
1 parent fd2c03c commit 75ca538

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
@@ -71,7 +71,7 @@
7171
"compile": "tools/box compile",
7272
"test": "tools/phpunit --testsuite UnitTests",
7373
"test:integration": "tools/phpunit --testsuite IntegrationTests --no-coverage",
74-
"analyse": "tools/phpstan analyse",
74+
"static": "tools/phpstan analyse",
7575
"style": "tools/phpcs --standard=psr12 src tests"
7676
}
7777
}

0 commit comments

Comments
 (0)