Skip to content

Commit 6fb1748

Browse files
committed
using bleedingedge feature of phpstan
1 parent dd7ecc8 commit 6fb1748

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"northwoods/container": "^3.0",
7474
"php-coveralls/php-coveralls": "^2.0",
7575
"php-di/php-di": "^6.0",
76-
"phpstan/phpstan": "^0.10",
77-
"phpstan/phpstan-webmozart-assert": "^0.10.0",
76+
"phpstan/phpstan": "^0.12",
77+
"phpstan/phpstan-webmozart-assert": "^0.12",
7878
"pimple/pimple": "^3.2",
7979
"squizlabs/php_codesniffer": "3.5.3 as 2.7",
8080
"symfony/dependency-injection": "^4.0"

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
includes:
22
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
3+
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
34

45
parameters:
56
excludes_analyse:
@@ -8,4 +9,4 @@ parameters:
89
- src/Middleware/Routed/Preview/ErrorPreviewAction.php
910
checkMissingIterableValueType: false
1011
ignoreErrors:
11-
- '#function set_error_handler expects (callable(int, string, string, int, array): bool)*#'
12+
- '#function set_error_handler expects (callable(int, string, string, int, array): bool)*#'

0 commit comments

Comments
 (0)