Resolves Larastan CI Issue

This commit is contained in:
Refringe 2024-05-28 21:11:35 -04:00
parent 4cb739f50c
commit fa963fe545
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -154,6 +154,4 @@ jobs:
run: composer install -n --no-dev --prefer-dist
- name: Execute Code Static Analysis with Larastan
run: |
composer require --dev nunomaduro/larastan
vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress
run: vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress