Skip to content

Commit 4a644a5

Browse files
committed
[PHPStan] Prepare for PHPStan 1.6.x-dev
1 parent 622d50a commit 4a644a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"mikey179/vfsstream": "^1.6",
2222
"nexusphp/cs-config": "^3.3",
2323
"nexusphp/tachycardia": "^1.0",
24-
"phpstan/phpstan": "^1.0",
24+
"phpstan/phpstan": "1.6.x-dev",
2525
"phpunit/phpunit": "^9.1",
2626
"predis/predis": "^1.1",
2727
"rector/rector": "0.12.20"

phpstan.neon.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ services:
77
class: Utils\PHPStan\CheckFrameworkExceptionInstantiationViaNamedConstructorRule
88
tags:
99
- phpstan.rules.rule
10+
-
11+
class: PhpParser\NodeVisitor\NodeConnectingVisitor
12+
tags:
13+
- phpstan.parser.richParserNodeVisitor
1014

1115
includes:
1216
- phpstan-baseline.neon.dist

0 commit comments

Comments
 (0)