Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit 7c700e9

Browse files
committed
Maestro updates PHPStan to version ~0.12.0
1 parent b0c1588 commit 7c700e9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require-dev": {
1515
"php": "^7.3",
1616
"phpunit/phpunit": "^9.0",
17-
"phpstan/phpstan": "^0.12.0",
17+
"phpstan/phpstan": "~0.12.0",
1818
"friendsofphp/php-cs-fixer": "^2.15.0"
1919
},
2020
"autoload": {
@@ -39,4 +39,4 @@
3939
"dev-master": "1.1.x-dev"
4040
}
4141
}
42-
}
42+
}

phpstan.neon

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
parameters:
22
level: 7
33
inferPrivatePropertyTypeFromConstructor: true
4-
ignoreErrors:
5-
4+
ignoreErrors: null
65
paths:
76
- lib
8-

0 commit comments

Comments
 (0)