Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Feb 11, 2024
1 parent 7fb1938 commit d4e7552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tests/ParallelOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function formatStatusWithTime( $taskId, $status ) {
return "[$minutes:$seconds] $taskId $status";
}

protected function displayBufferedOutputs() {
public function displayBufferedOutputs() {
// Clear the terminal screen
system( 'clear' );

Expand Down

0 comments on commit d4e7552

Please sign in to comment.