mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +02:00
remove @internal annotation
getClass is not internal method
This commit is contained in:
@@ -15,9 +15,6 @@ final class Utils
|
||||
{
|
||||
const DEFAULT_JSON_FLAGS = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION | JSON_INVALID_UTF8_SUBSTITUTE;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
public static function getClass($object): string
|
||||
{
|
||||
$class = \get_class($object);
|
||||
|
Reference in New Issue
Block a user