Skip to content

Commit 499804b

Browse files
committed
Maestro updates PHPStan to version ~0.12.0
1 parent 49b7360 commit 499804b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"phpunit/phpunit": "~7.0",
1818
"symfony/filesystem": "^3.2",
1919
"friendsofphp/php-cs-fixer": "~2.15.0",
20-
"phpstan/phpstan": "~0.11.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: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
includes:
2-
- vendor/phpstan/phpstan/conf/config.level7.neon
3-
2+
- phpstan-baseline.neon
43
parameters:
54
inferPrivatePropertyTypeFromConstructor: true
6-
ignoreErrors:
7-
5+
ignoreErrors: null
86
paths:
97
- lib
10-
8+
level: '7'

0 commit comments

Comments
 (0)