-
-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
…nectingVisitor tags (#2014) * [PHPStan] Set compatible with upcoming PHPStan 1.6.x with set NodeConnectingVisitor tags * update phpstan 1.6.x-dev and conditional tags * try require phpstan/phpstan:1.6.x-dev in packages_tests workflow * remove ->tag call as register in PHPStan conditionalTags * clean up tweak packages-tests
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ parameters: | |
featureToggles: | ||
disableRuntimeReflectionProvider: false | ||
|
||
conditionalTags: | ||
PhpParser\NodeVisitor\NodeConnectingVisitor: | ||
phpstan.parser.richParserNodeVisitor: true | ||
|
||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
samsonasik
Author
Member
|
||
services: | ||
- Rector\NodeTypeResolver\Reflection\BetterReflection\RectorBetterReflectionSourceLocatorFactory | ||
- Rector\NodeTypeResolver\Reflection\BetterReflection\SourceLocator\IntermediateSourceLocator | ||
|
This is failing with Rector as a dependency:
It should be probably nested under
parameters
. I'll check