set conditional tag

This commit is contained in:
Abdul Malik Ikhsan 2022-04-15 20:36:37 +07:00
parent c3ecc1971d
commit fc9a7b8fbd
No known key found for this signature in database
GPG Key ID: 69AC5BC354C89BE6
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"mikey179/vfsstream": "^1.6",
"nexusphp/cs-config": "^3.3",
"nexusphp/tachycardia": "^1.0",
"phpstan/phpstan": "1.6.x-dev",
"phpstan/phpstan": "^1.5.6",
"phpunit/phpunit": "^9.1",
"predis/predis": "^1.1",
"rector/rector": "0.12.20"

View File

@ -1,3 +1,7 @@
conditionalTags:
PhpParser\NodeVisitor\NodeConnectingVisitor:
phpstan.parser.richParserNodeVisitor: true
services:
-
class: Utils\PHPStan\CheckUseStatementsAfterLicenseRule
@ -7,10 +11,6 @@ services:
class: Utils\PHPStan\CheckFrameworkExceptionInstantiationViaNamedConstructorRule
tags:
- phpstan.rules.rule
-
class: PhpParser\NodeVisitor\NodeConnectingVisitor
tags:
- phpstan.parser.richParserNodeVisitor
includes:
- phpstan-baseline.neon.dist