Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarat87 committed Oct 16, 2023
1 parent 2ddd583 commit 4da54b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classes/local/execution/logging/mtrace_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ public function handle(array $record): bool {
return $this->handler->handle($record);
}

/**
* @param array $record
* @return void
*/
protected function write(array $record): void {
// TODO: Implement write() method.
}
Expand Down

0 comments on commit 4da54b1

Please sign in to comment.