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.
1 parent e11b126 commit 18048dfCopy full SHA for 18048df
composer.json
@@ -19,6 +19,7 @@
19
"scripts": {
20
"test": "phpunit --testdox --colors=\"auto\"",
21
"tests": "phpunit --testdox --colors=\"auto\"",
22
+ "analyze": "./vendor/bin/phpstan analyse",
23
"coverage": "XDEBUG_MODE=coverage phpunit --testdox --colors=\"auto\" --coverage-html=\"coverage\""
24
},
25
"require": {
phpstan.neon
@@ -5,3 +5,5 @@ parameters:
5
ignoreErrors:
6
- message: '#message has no type specified#'
7
path: src/Exceptions/*.php
8
+ - message: '#has parameter .+ with no value type specified in iterable type array#'
9
+ path: src/Composer.php
0 commit comments