add Hiltes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marko
2022-08-10 16:59:07 +02:00
parent b0f7f04ba6
commit b992fd42ba
12 changed files with 21077 additions and 246 deletions

View File

@@ -17,7 +17,7 @@ steps:
- chmod +x /usr/local/bin/phpcs
- chmod +x /usr/local/bin/phpcbf
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- phpcs -n --standard=PSR2 .
- phpcs -d memory_limit=512M --extensions=php --standard=PSR2 ./src/
- name: test
image: php:8.1