Skip to content

Commit

Permalink
Cleanup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed Mar 20, 2023
1 parent 7a88157 commit d4f7f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Logger/AbstractLogger.php
Expand Up @@ -368,6 +368,8 @@ public function getFormat() : FormatInterface

/**
* Gets min level logged.
*
* @return int
*/
public function getMinLevelLogged() : int
{
Expand All @@ -376,6 +378,8 @@ public function getMinLevelLogged() : int

/**
* Check if log is empty.
*
* @return bool
*/
public function isEmpty() : bool
{
Expand Down

0 comments on commit d4f7f0b

Please sign in to comment.