There was an error while loading. Please reload this page.
1 parent 790e904 commit f62e9adCopy full SHA for f62e9ad
.github/workflows/build.yml
@@ -21,5 +21,3 @@ jobs:
21
22
static-analysis:
23
uses: janpecha/actions/.github/workflows/phpstan.yml@master
24
- with:
25
- configFile: tests/phpstan.neon
tests/phpstan.neon renamed to phpstan.neon
@@ -3,4 +3,4 @@ parameters:
3
treatPhpDocTypesAsCertain: false
4
5
paths:
6
-- ../src
+- src
0 commit comments