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

Make CURL util final and internal

This commit is contained in:
George Mponos
2018-12-09 21:04:20 +02:00
parent 4215c238c8
commit 04fe4cdec1

View File

@@ -11,7 +11,12 @@
namespace Monolog\Handler\Curl; 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 = [ private static $retriableErrorCodes = [
CURLE_COULDNT_RESOLVE_HOST, CURLE_COULDNT_RESOLVE_HOST,