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

Commit e415307

Browse files
committed
Maestro updates PHPStan to version ~0.12.0
1 parent 17f4148 commit e415307

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require-dev": {
3535
"phpspec/prophecy-phpunit": "^2.0",
36-
"phpstan/phpstan": "^0.12.0",
36+
"phpstan/phpstan": "~0.12.0",
3737
"phpunit/phpunit": "^9.0",
3838
"phpactor/test-utils": "^1.1",
3939
"dms/phpunit-arraysubset-asserts": "dev-master",
@@ -76,4 +76,4 @@
7676
"Phpactor\\Extension\\LanguageServerWorseReflection\\LanguageServerWorseReflectionExtension"
7777
]
7878
}
79-
}
79+
}

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
includes:
22
- vendor/jangregor/phpstan-prophecy/extension.neon
3-
43
parameters:
54
level: 7
65
inferPrivatePropertyTypeFromConstructor: true
76
checkMissingIterableValueType: false
87
ignoreErrors:
98
- '{return type with generic interface .*Promise does}'
109
- '{Unable to resolve the template type T.* in call to function}'
11-
1210
paths:
1311
- lib

0 commit comments

Comments
 (0)