Compare commits

..

No commits in common. "bf27f15709d706adc3b2fa43f2ed5e81d301cf62" and "77c71ab2da053bd2a0dc004263057fe2d8ca0cae" have entirely different histories.

View File

@ -23,4 +23,4 @@ pipelines:
- apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- php -d memory_limit=1G vendor/bin/phpstan analyse -c phpstan.neon --error-format=prettyJson > static_code_analysis_results.json
- vendor/bin/phpstan analyse -c phpstan.neon --error-format=prettyJson > static_code_analysis_results.json