From eb84fb4d65a327e604812fbddc6c27f69b9ed6e2 Mon Sep 17 00:00:00 2001 From: Martin Rademacher Date: Wed, 9 Nov 2022 13:17:13 +1300 Subject: [PATCH] Disable deprecation warning until issues sorted downstream (#1345) --- src/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.php b/src/Context.php index 18b68709..58bdb493 100644 --- a/src/Context.php +++ b/src/Context.php @@ -194,7 +194,7 @@ public function __debugInfo() */ public static function detect(int $index = 0): Context { - trigger_deprecation('zircote/swagger-php', '4.0', 'Context detecting is deprecated'); + // trigger_deprecation('zircote/swagger-php', '4.0', 'Context detecting is deprecated'); $context = new Context(); $backtrace = debug_backtrace();