mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-28 02:56:16 +01:00
Make static method static
This commit is contained in:
@@ -16,7 +16,7 @@ class Utils
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
public function getClass($object)
|
||||
public static function getClass($object)
|
||||
{
|
||||
$class = \get_class($object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user