Skip to content

Commit 5e2cd3b

Browse files
phpstan-botclaude
andcommitted
Add missing use statement for get_class() in ObjectType
Fix coding standard violation: get_class() should be referenced via a use statement, not as a fallback global name. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b3afbe5 commit 5e2cd3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/ObjectType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
use function array_map;
5757
use function array_values;
5858
use function count;
59+
use function get_class;
5960
use function implode;
6061
use function in_array;
6162
use function sprintf;

0 commit comments

Comments
 (0)