Skip to content

Commit

Permalink
Fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Sep 23, 2024
1 parent afa7da6 commit 11a6224
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Log/DefaultLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function debug(string|Stringable $message, array $context = []): void
self::logMsg(LogLevel::DEBUG, $message, $context);
}

/** @phpstan-ignore-next-line */
public function log($level, string|Stringable $message, array $context = []): void
{
// Do nothing, only the leveled methods should be used.
Expand Down
1 change: 0 additions & 1 deletion src/Log/InternalLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function debug(string|Stringable $message, array $context = []): void
}
}

/** @phpstan-ignore-next-line */
public function log($level, string|Stringable $message, array $context = []): void
{
// Do nothing, only the leveled methods should be used.
Expand Down

0 comments on commit 11a6224

Please sign in to comment.