From 712c5dacf6b68003efe335378e346afa4364a3ad Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 4 Nov 2018 19:34:52 +0100 Subject: [PATCH] Make static method static --- src/Monolog/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monolog/Utils.php b/src/Monolog/Utils.php index df611a0d..eb9be863 100644 --- a/src/Monolog/Utils.php +++ b/src/Monolog/Utils.php @@ -16,7 +16,7 @@ class Utils /** * @internal */ - public function getClass($object) + public static function getClass($object) { $class = \get_class($object);