Skip to content

Commit

Permalink
Fix FieldMapping for generated key (#10144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 17, 2022
1 parent f08b67f commit e93e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
Expand Up @@ -82,7 +82,7 @@
* nullable?: bool,
* notInsertable?: bool,
* notUpdatable?: bool,
* generated?: string,
* generated?: int,
* enumType?: class-string<BackedEnum>,
* columnDefinition?: string,
* precision?: int,
Expand Down

0 comments on commit e93e8e0

Please sign in to comment.