fix phpstan
All checks were successful
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 8s
CI / build-test (push) Successful in 1m25s
rector / Rector (push) Successful in 1m26s

This commit is contained in:
Melaine Gérard 2025-01-16 22:43:33 +01:00
parent ad642ce6ac
commit 65d7685e72

View File

@ -16,7 +16,6 @@ jobs:
run: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php -r "unlink('composer-setup.php');" run: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php -r "unlink('composer-setup.php');"
- name: Install Dependencies - name: Install Dependencies
run: php composer.phar install run: php composer.phar install
- uses: php-actions/phpstan@v3 - name: Run PHPStan
with: run: php vendor/bin/phpstan
php_version: 8.2