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 6d17627 commit f529baeCopy full SHA for f529bae
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
with:
12
dev: no
13
args: --profile --ignore-platform-reqs
14
- - uses: php-actions/phpstan@v3
15
- with:
16
- path: Classes/
+ - name: PHPStan
+ run: |
+ php -v && ./vendor/bin/phpstan analyze Classes
17
lint-typoscript:
18
runs-on: ubuntu-latest
19
steps:
composer.json
@@ -48,6 +48,7 @@
48
}
49
},
50
"require-dev": {
51
- "helmich/typo3-typoscript-lint": "^3.2"
+ "helmich/typo3-typoscript-lint": "^3.2",
52
+ "phpstan/phpstan": "^2.1"
53
54
0 commit comments