diff --git a/src/Monolog/Handler/Curl/Util.php b/src/Monolog/Handler/Curl/Util.php index f1d0c17d..5a8abef3 100644 --- a/src/Monolog/Handler/Curl/Util.php +++ b/src/Monolog/Handler/Curl/Util.php @@ -11,7 +11,12 @@ namespace Monolog\Handler\Curl; -class Util +/** + * This class is marked as internal and it is not under the BC promise of the package. + * + * @internal + */ +final class Util { private static $retriableErrorCodes = [ CURLE_COULDNT_RESOLVE_HOST,