File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66 push :
77 paths-ignore :
88 - ' **.md'
9+ - ' **.xml'
910 pull_request :
1011 # Allow manually triggering the workflow.
1112 workflow_dispatch :
@@ -18,7 +19,7 @@ concurrency:
1819
1920jobs :
2021 phpstan :
21- name : " PHP: 7.4 | PHPStan"
22+ name : " PHPStan"
2223
2324 runs-on : " ubuntu-latest"
2425
4344 custom-cache-suffix : $(date -u "+%Y-%m")
4445
4546 - name : Run PHPStan
46- run : phpstan analyse --configuration=phpstan.neon
47+ run : phpstan analyse
Original file line number Diff line number Diff line change 11parameters:
2+ phpVersion: 70100 # Should be 50400, but PHPStan only accepts 70100 or higher...
23 level: 0
34 paths:
45 - src
@@ -8,7 +9,7 @@ parameters:
89 -
910 count: 1
1011 message: '~^Undefined variable: \$phpCodeSnifferConfig$~'
11- path : %currentWorkingDirectory%/ src/Config.php
12+ path: src/Config.php
1213
1314 dynamicConstantNames:
1415 - PHP_CODESNIFFER_IN_TESTS
You can’t perform that action at this time.
0 commit comments