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 fd84565 commit 098caa8Copy full SHA for 098caa8
composer.json
@@ -17,7 +17,7 @@
17
"phpspec/prophecy-phpunit": "dev-master",
18
"phpunit/phpunit": "^9.0",
19
"friendsofphp/php-cs-fixer": "~2.15.0",
20
- "phpstan/phpstan": "^0.12.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,8 +1,6 @@
1
parameters:
2
level: 7
3
inferPrivatePropertyTypeFromConstructor: true
4
- ignoreErrors:
5
-
+ ignoreErrors: null
6
paths:
7
- lib
8
0 commit comments