Skip to content

Commit 622f829

Browse files
authored
Merge pull request #6434 from codeigniter4/paulbalandan-patch-1
Remove unneeded abstract `handle()` method
2 parents 799d655 + 7cc7283 commit 622f829

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

system/Log/Handlers/BaseHandler.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ public function canHandle(string $level): bool
4747
return in_array($level, $this->handles, true);
4848
}
4949

50-
/**
51-
* Handles logging the message.
52-
* If the handler returns false, then execution of handlers
53-
* will stop. Any handlers that have not run, yet, will not
54-
* be run.
55-
*
56-
* @param string $level
57-
* @param string $message
58-
*/
59-
abstract public function handle($level, $message): bool;
60-
6150
/**
6251
* Stores the date format to use while logging messages.
6352
*/

0 commit comments

Comments
 (0)