@@ -17,6 +17,7 @@ before_script:
static_analysis:
script:
- php --version
+ - php -i | grep ini
- php -d memory_limit=-1 vendor/bin/phpstan analyse -c phpstan.neon.dist --error-format gitlab > phpstan.json # Display code quality in MR
artifacts:
when: always