mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-13 08:34:12 +02:00
Merge pull request #1239 from gmponos/mark_final_curl_util
Make CURL util final and internal
This commit is contained in:
@@ -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,
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
namespace Monolog;
|
namespace Monolog;
|
||||||
|
|
||||||
class Utils
|
final class Utils
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
|
Reference in New Issue
Block a user