Skip to content

Commit f62e9ad

Browse files
committed
PHPStan: config file moved to project root
1 parent 790e904 commit f62e9ad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ jobs:
2121

2222
static-analysis:
2323
uses: janpecha/actions/.github/workflows/phpstan.yml@master
24-
with:
25-
configFile: tests/phpstan.neon

tests/phpstan.neon renamed to phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ parameters:
33
treatPhpDocTypesAsCertain: false
44

55
paths:
6-
- ../src
6+
- src

0 commit comments

Comments
 (0)