Skip to content

Commit 1cafee2

Browse files
committed
Fix CS
1 parent dde63ed commit 1cafee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/Doctrine/ORM/PropertiesExtension.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use PHPStan\Rules\Properties\ReadWritePropertiesExtension;
88
use PHPStan\Type\Doctrine\ObjectMetadataResolver;
99
use Throwable;
10+
use function array_key_exists;
1011
use function in_array;
1112

1213
class PropertiesExtension implements ReadWritePropertiesExtension

0 commit comments

Comments
 (0)