Skip to content

Commit e1c3739

Browse files
authored
Merge pull request #7669 from samsonasik/remove-node-connecting-visitor
[Rector] Remove NodeConnectingVisitor from phpstan config
2 parents 9977c31 + 3d946c8 commit e1c3739

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test-rector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- '.github/workflows/test-rector.yml'
1616
- composer.json
1717
- rector.php
18+
- '**.neon.dist'
1819

1920
push:
2021
branches:
@@ -28,6 +29,7 @@ on:
2829
- '.github/workflows/test-rector.yml'
2930
- composer.json
3031
- rector.php
32+
- '**.neon.dist'
3133

3234
concurrency:
3335
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

phpstan.neon.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
conditionalTags:
2-
PhpParser\NodeVisitor\NodeConnectingVisitor:
3-
phpstan.parser.richParserNodeVisitor: true
4-
51
services:
62
-
73
class: Utils\PHPStan\CheckUseStatementsAfterLicenseRule

0 commit comments

Comments
 (0)