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 8b64473 commit 110f257Copy full SHA for 110f257
Caster/Caster.php
@@ -61,7 +61,7 @@ public static function castObject(object $obj, string $class, bool $hasDebugInfo
61
62
if ($a) {
63
static $publicProperties = [];
64
- $debugClass = $debugClass ?? get_debug_type($obj);
+ $debugClass ??= get_debug_type($obj);
65
66
$i = 0;
67
$prefixedKeys = [];
0 commit comments