Skip to content

Commit 3503a48

Browse files
authored
[12.x] remove progress bar from PHPStan output (#55054)
* remove progress bar from PHPStan output the progress bar is unnecessary when running in a pipeline and just clutters things up. the same as we do for composer installs and updates * oops
1 parent c86bb43 commit 3503a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
4141

4242
- name: Execute type checking
43-
run: vendor/bin/phpstan --configuration="phpstan.${{ matrix.directory }}.neon.dist"
43+
run: vendor/bin/phpstan --configuration="phpstan.${{ matrix.directory }}.neon.dist" --no-progress

0 commit comments

Comments
 (0)