Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Wojciechowski committed Mar 19, 2024
1 parent 15076b0 commit 444e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function disableLogging()
*/
public static function setLogger($logger)
{
if (false === ($logger instanceof LoggerInterface::class)) {
if (false === ($logger instanceof LoggerInterface)) {
throw new TException(sprintf('%s is not instance of LoggerInterface', get_class($logger)));
}

Expand Down

0 comments on commit 444e7c2

Please sign in to comment.