We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5202b38 commit 7df00a3Copy full SHA for 7df00a3
.github/workflows/php.yml
@@ -29,11 +29,11 @@ jobs:
29
- name: Lint PHP files
30
run: find . -name "*.php" -not -path "./vendor/*" -exec php -l {} \;
31
32
- - name: Install PHPStan
33
- run: composer require --dev phpstan/phpstan
+ # - name: Install PHPStan
+ # run: composer require --dev phpstan/phpstan
34
35
- - name: Run PHPStan (temporarily suppressed)
36
- run: vendor/bin/phpstan analyse --configuration=phpstan.neon --no-progress --error-format=table || true
+ # - name: Run PHPStan (temporarily suppressed)
+ # run: vendor/bin/phpstan analyse --configuration=phpstan.neon --no-progress --error-format=table || true
37
38
#- name: Install PHP CS Fixer
39
# run: composer require --dev friendsofphp/php-cs-fixer
0 commit comments