Skip to content

Commit 37bf924

Browse files
committed
style: wrong casing constant
1 parent dcab6c7 commit 37bf924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doctrine/Odm/PropertyInfo/DoctrineExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static function typesProvider(): array
158158
['string', [new Type(Type::BUILTIN_TYPE_STRING)]],
159159
['key', [new Type(Type::BUILTIN_TYPE_INT)]],
160160
['hash', [new Type(Type::BUILTIN_TYPE_ARRAY, false, null, true)]],
161-
['collection', [new Type(Type::BUILTIN_TYPE_ARRAY, false, null, true, new Type(TYPE::BUILTIN_TYPE_INT))]],
161+
['collection', [new Type(Type::BUILTIN_TYPE_ARRAY, false, null, true, new Type(Type::BUILTIN_TYPE_INT))]],
162162
['objectId', [new Type(Type::BUILTIN_TYPE_STRING)]],
163163
['raw', null],
164164
['foo', [new Type(Type::BUILTIN_TYPE_OBJECT, false, DoctrineRelation::class)]],

0 commit comments

Comments
 (0)