Skip to content

Commit f016a96

Browse files
committed
PHPStan: rename configuration file
... to `phpstan.neon.dist` to allow for overloading the file. Also: if the configuration file is one of the default files (`phpstan.neon.dist` or `phpstan.neon`), there is no need to pass the path on the command line in CI.
1 parent 9239861 commit f016a96

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
custom-cache-suffix: $(date -u "+%Y-%m")
4444

4545
- name: Run PHPStan
46-
run: phpstan analyse --configuration=phpstan.neon
46+
run: phpstan analyse
File renamed without changes.

0 commit comments

Comments
 (0)