File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
rules/DowngradePhp85/Rector/StmtsAwareInterface Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # to be enabled later once rector upgraded to use phpstan v2
2- # includes:
3- # - vendor/symplify/phpstan-rules/config/symplify-rules.neon
4- # - vendor/symplify/phpstan-rules/config/rector-rules.neon
1+ includes :
2+ - vendor/symplify/phpstan-rules/config/symplify-rules.neon
3+ - vendor/symplify/phpstan-rules/config/rector-rules.neon
54
65parameters :
76 level : 8
Original file line number Diff line number Diff line change 2222
2323/**
2424 * @see https://wiki.php.net/rfc/pipe-operator-v3
25+ *
2526 * @see \Rector\Tests\DowngradePhp85\Rector\StmtsAwareInterface\DowngradePipeOperatorRector\DowngradePipeOperatorRectorTest
2627 */
2728final class DowngradePipeOperatorRector extends AbstractRector
You can’t perform that action at this time.
0 commit comments