Skip to content

Commit 1345265

Browse files
CS fixes
1 parent a1917c2 commit 1345265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ private function getPrettyMetadata(string $type, mixed $entity, bool $decorated)
384384

385385
if ('globals' === $type) {
386386
if (\is_object($meta)) {
387-
return ' = object('.\get_class($meta).')';
387+
return ' = object('.$meta::class.')';
388388
}
389389

390390
$description = substr(@json_encode($meta), 0, 50);

0 commit comments

Comments
 (0)