Skip to content

Commit 098caa8

Browse files
committed
Maestro updates PHPStan to version ~0.12.0
1 parent fd84565 commit 098caa8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"phpspec/prophecy-phpunit": "dev-master",
1818
"phpunit/phpunit": "^9.0",
1919
"friendsofphp/php-cs-fixer": "~2.15.0",
20-
"phpstan/phpstan": "^0.12.0"
20+
"phpstan/phpstan": "~0.12.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -41,4 +41,4 @@
4141
"vendor/bin/phpunit"
4242
]
4343
}
44-
}
44+
}

phpstan.neon

Lines changed: 1 addition & 3 deletions
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)