Skip to content

Commit

Permalink
fix static analysis with PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Dec 31, 2024
1 parent 154797a commit 4d3ae97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
set -e
echo "swoole.enable_library=Off" >> /usr/local/etc/php/conf.d/docker-php-ext-swoole.ini
composer global require -n -q --no-progress -- phpstan/phpstan=~2.0
composer require -n -q --no-progress -- phpstan/phpstan=~2.0
- name: Run Static Analysis
run: ~/.composer/vendor/bin/phpstan analyse --no-progress --memory-limit 2G
run: ./vendor/bin/phpstan analyse --no-progress --memory-limit 2G

0 comments on commit 4d3ae97

Please sign in to comment.