Verified Commit c6d21df8 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(CI) - Adapts CI to not fail on phpstan

Adapts CI to not fail on phpstan
Showing with 1 addition and 1 deletion
+1 -1
......@@ -44,7 +44,7 @@ create_phpstan_rapport:
- test -d ../fusiondirectory/ && rm -Rf ../fusiondirectory/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/fd.git ../fusiondirectory
- composer global require phpstan/phpstan=0.12.94
- cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon .
- cp ../dev-tools/phpstan/fusiondirectory/1.4/*.neon .
- /root/.composer/vendor/bin/phpstan analyse -c phpstan-plugins.neon
# fusiondirectory-update-locale
......
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