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 49b7360 commit 499804bCopy full SHA for 499804b
composer.json
@@ -17,7 +17,7 @@
17
"phpunit/phpunit": "~7.0",
18
"symfony/filesystem": "^3.2",
19
"friendsofphp/php-cs-fixer": "~2.15.0",
20
- "phpstan/phpstan": "~0.11.0"
+ "phpstan/phpstan": "~0.12.0"
21
},
22
"autoload": {
23
"psr-4": {
@@ -41,4 +41,4 @@
41
"vendor/bin/phpunit"
42
]
43
}
44
-}
+}
phpstan.neon
@@ -1,10 +1,8 @@
1
includes:
2
- - vendor/phpstan/phpstan/conf/config.level7.neon
3
-
+ - phpstan-baseline.neon
4
parameters:
5
inferPrivatePropertyTypeFromConstructor: true
6
- ignoreErrors:
7
+ ignoreErrors: null
8
paths:
9
- lib
10
+ level: '7'
0 commit comments