1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

Make static method static

This commit is contained in:
Jordi Boggiano
2018-11-04 19:34:52 +01:00
parent ceebd568a2
commit 712c5dacf6

View File

@@ -16,7 +16,7 @@ class Utils
/** /**
* @internal * @internal
*/ */
public function getClass($object) public static function getClass($object)
{ {
$class = \get_class($object); $class = \get_class($object);