We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9977c31 + 3d946c8 commit e1c3739Copy full SHA for e1c3739
2 files changed
.github/workflows/test-rector.yml
@@ -15,6 +15,7 @@ on:
15
- '.github/workflows/test-rector.yml'
16
- composer.json
17
- rector.php
18
+ - '**.neon.dist'
19
20
push:
21
branches:
@@ -28,6 +29,7 @@ on:
28
29
30
31
32
33
34
concurrency:
35
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
phpstan.neon.dist
@@ -1,7 +1,3 @@
1
-conditionalTags:
2
- PhpParser\NodeVisitor\NodeConnectingVisitor:
3
- phpstan.parser.richParserNodeVisitor: true
4
-
5
services:
6
7
class: Utils\PHPStan\CheckUseStatementsAfterLicenseRule
0 commit comments