Skip to content

Commit 7df00a3

Browse files
Update php.yml
Signed-off-by: Dominik <163560221+Dominik-developer@users.noreply.github.com>
1 parent 5202b38 commit 7df00a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Lint PHP files
3030
run: find . -name "*.php" -not -path "./vendor/*" -exec php -l {} \;
3131

32-
- name: Install PHPStan
33-
run: composer require --dev phpstan/phpstan
32+
# - name: Install PHPStan
33+
# run: composer require --dev phpstan/phpstan
3434

35-
- name: Run PHPStan (temporarily suppressed)
36-
run: vendor/bin/phpstan analyse --configuration=phpstan.neon --no-progress --error-format=table || true
35+
# - name: Run PHPStan (temporarily suppressed)
36+
# run: vendor/bin/phpstan analyse --configuration=phpstan.neon --no-progress --error-format=table || true
3737

3838
#- name: Install PHP CS Fixer
3939
# run: composer require --dev friendsofphp/php-cs-fixer

0 commit comments

Comments
 (0)