From 6ad9e52f5d3f4122ab2617f169fdda2c5ee12f26 Mon Sep 17 00:00:00 2001 From: idevin Date: Thu, 19 Nov 2020 05:48:57 +0300 Subject: [PATCH] remove @internal annotation getClass is not internal method --- src/Monolog/Utils.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Monolog/Utils.php b/src/Monolog/Utils.php index 5299d441..f68473e6 100644 --- a/src/Monolog/Utils.php +++ b/src/Monolog/Utils.php @@ -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);