Skip to content

Commit 98edcc7

Browse files
feat(ApiContext): improve type hints and request handling
1 parent 044c83a commit 98edcc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"phpstan": "./vendor/bin/phpstan analyse -l max",
5959
"code-style": "./vendor/bin/phpcs",
6060
"code-style-fix": "./vendor/bin/phpcbf",
61-
"phpunit": "./vendor/bin/phpunit",
61+
"phpunit": "./vendor/bin/phpunit --no-coverage",
6262
"phpunit-html-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html=coverage",
6363
"dev-checks": [
6464
"composer validate",

0 commit comments

Comments
 (0)