Skip to content

Commit 5e0b7e2

Browse files
norkunassoyuka
authored andcommitted
Fix PropertyHelperTrait::getDoctrineFieldType typehint
Persistence metadata only returns null or string.
1 parent bfae6fd commit 5e0b7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected function splitPropertyParts(string $property/* , string $resourceClass
128128
/**
129129
* Gets the Doctrine Type of a given property/resourceClass.
130130
*
131-
* @return Type|string|null
131+
* @return string|null
132132
*/
133133
protected function getDoctrineFieldType(string $property, string $resourceClass)
134134
{

0 commit comments

Comments
 (0)