Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Catch output advance method
  • Loading branch information
tomneedham authored and Vincent Petry committed Nov 7, 2017
commit 30eadce118777c3cf26e173d6cfeb4ab2b9e35ee
1 change: 1 addition & 0 deletions lib/private/repair/repairmismatchfilecachepath.php
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ public function info($message) {
$this->logger->info($message);
}
public function finishProgress() {}
public function advance() {}
public function startProgress() {}
public function warning($message) {
$this->logger->warning($message);
Expand Down