1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 21:26:43 +02:00

Merge pull request #1514 from idevin/patch-1

remove @internal annotation
This commit is contained in:
Jordi Boggiano
2020-12-10 11:08:42 +01:00
committed by GitHub

View File

@@ -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);