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 0c1d2f3 commit f5fabf2Copy full SHA for f5fabf2
.github/workflows/phpstan.yml
@@ -2,9 +2,6 @@ name: PHPStan
2
3
on:
4
push:
5
- paths:
6
- - '**.php'
7
- - 'phpstan.neon'
8
9
jobs:
10
phpstan:
.gitignore
@@ -4,7 +4,7 @@ build
composer.lock
coverage
phpunit.xml
-phpstan.neon
+phpstan.neon.dist
testbench.yaml
vendor
node_modules
0 commit comments