We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc3216 commit 7d868c7Copy full SHA for 7d868c7
.github/workflows/phpstan.yml
@@ -5,7 +5,8 @@ on:
5
paths:
6
- '**.php'
7
- '.github/workflows/phpstan.yml'
8
- - 'phpstan.neon.dist'
+ - 'phpstan.neon'
9
+ - 'phpstan.laravel-10.neon'
10
pull_request:
11
branches:
12
- '**'
0 commit comments