Verified Commit 2a0f320e authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix(CI): Adds PHPStan specific version

Specific version added to PHPStan.
A newer version exists and will be updated later on.
Showing with 1 addition and 0 deletions
+1 -0
......@@ -74,6 +74,7 @@ create_phpstan_rapport:
script:
- test -d ../dev-tools/ && rm -Rf ../dev-tools/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- composer global require phpstan/phpstan=0.12.94
- cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon .
- /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment