Skip to content

Commit

Permalink
Disable deprecation warning until issues sorted downstream (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann authored Nov 9, 2022
1 parent 03ea107 commit eb84fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit eb84fb4

Please sign in to comment.