We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a55f3 commit c3ecc19Copy full SHA for c3ecc19
composer.json
@@ -21,7 +21,7 @@
21
"mikey179/vfsstream": "^1.6",
22
"nexusphp/cs-config": "^3.3",
23
"nexusphp/tachycardia": "^1.0",
24
- "phpstan/phpstan": "^1.0",
+ "phpstan/phpstan": "1.6.x-dev",
25
"phpunit/phpunit": "^9.1",
26
"predis/predis": "^1.1",
27
"rector/rector": "0.12.20"
phpstan.neon.dist
@@ -7,6 +7,10 @@ services:
7
class: Utils\PHPStan\CheckFrameworkExceptionInstantiationViaNamedConstructorRule
8
tags:
9
- phpstan.rules.rule
10
+ -
11
+ class: PhpParser\NodeVisitor\NodeConnectingVisitor
12
+ tags:
13
+ - phpstan.parser.richParserNodeVisitor
14
15
includes:
16
- phpstan-baseline.neon.dist
0 commit comments