Skip to content

Commit

Permalink
Merge pull request #7031 from weirdan/suppress-void-progress-output
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Nov 30, 2021
2 parents 2c6ea7c + 2706645 commit 812d62d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Psalm/Progress/VoidProgress.php
Expand Up @@ -3,4 +3,7 @@

class VoidProgress extends Progress
{
public function write(string $message): void
{
}
}

0 comments on commit 812d62d

Please sign in to comment.