From 80e5c4df7c1916c42471a2931ceb755b02b6976f Mon Sep 17 00:00:00 2001 From: HDVinnie Date: Fri, 19 Jul 2024 02:38:10 -0400 Subject: [PATCH] update: larastan.yml - better output --- .github/workflows/larastan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/larastan.yml b/.github/workflows/larastan.yml index 091b94310..fb04f43be 100644 --- a/.github/workflows/larastan.yml +++ b/.github/workflows/larastan.yml @@ -50,7 +50,7 @@ jobs: - name: Clear Application Cache run: php artisan optimize:clear - name: Run Larastan - run: ./vendor/bin/phpstan analyse -v --memory-limit=2G + run: ./vendor/bin/phpstan analyse -vvv --memory-limit=2G - name: Cache phpstan cache directory uses: actions/cache@v4 with: