Skip to content

Commit

Permalink
[Log] fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
il-masaru-yamagishi committed Aug 4, 2024
1 parent a150631 commit 3d61a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Log/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public static function getInstance(): self
throw new \RuntimeException("Logger instance is not set");
}

// @phpstan-ignore return.type
return self::$global_instance;
}

Expand Down

0 comments on commit 3d61a5d

Please sign in to comment.