Skip to content

Commit dde63ed

Browse files
committed
Fix stub
1 parent 04315c8 commit dde63ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ORM/Mapping/ClassMetadataInfo.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use ReflectionClass;
1717
* nullable?: bool,
1818
* notInsertable?: bool,
1919
* notUpdatable?: bool,
20-
* generated?: string,
20+
* generated?: int,
2121
* enumType?: class-string<BackedEnum>,
2222
* columnDefinition?: string,
2323
* precision?: int,

0 commit comments

Comments
 (0)