We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer check
1 parent 26e59cd commit 1ec119aCopy full SHA for 1ec119a
composer.json
@@ -45,12 +45,12 @@
45
],
46
"scripts": {
47
"check": [
48
- "./bin/check-phpdoc-types",
+ "php ./bin/check-phpdoc-types",
49
"phpcs samples/ src/ tests/ --report=checkstyle",
50
"phpcs samples/ src/ tests/ --standard=PHPCompatibility --runtime-set testVersion 8.0- --exclude=PHPCompatibility.Variables.ForbiddenThisUseContexts -n",
51
"php-cs-fixer fix --ansi --dry-run --diff",
52
- "phpunit --color=always",
53
- "phpstan analyse --ansi --memory-limit=2048M"
+ "phpstan analyse --ansi --memory-limit=2048M",
+ "phpunit --color=always"
54
55
"style": [
56
0 commit comments