We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9791ae4 commit 31add35Copy full SHA for 31add35
inc/Debug/DebugHelper.php
@@ -53,7 +53,7 @@ public static function dbgDeprecatedFunction($alternative = '', $callerOffset =
53
self::triggerDeprecationEvent(
54
$backtrace,
55
$alternative,
56
- self::formatCall($self),
+ $thing ?: self::formatCall($self),
57
self::formatCall($call),
58
$self['file'] ?? $call['file'] ?? '',
59
$self['line'] ?? $call['line'] ?? 0
0 commit comments