mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
set conditional tag
This commit is contained in:
parent
c3ecc1971d
commit
fc9a7b8fbd
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user