File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1055,7 +1055,7 @@ protected function generateTableAnnotation(ClassMetadataInfo $metadata)
1055
1055
}
1056
1056
1057
1057
if (isset ($ metadata ->table ['options ' ]) && $ metadata ->table ['options ' ]) {
1058
- $ table [] = 'options={ ' . $ this ->exportTableOptions (( array ) $ metadata ->table ['options ' ]) . '} ' ;
1058
+ $ table [] = 'options={ ' . $ this ->exportTableOptions ($ metadata ->table ['options ' ]) . '} ' ;
1059
1059
}
1060
1060
1061
1061
if (isset ($ metadata ->table ['uniqueConstraints ' ]) && $ metadata ->table ['uniqueConstraints ' ]) {
Original file line number Diff line number Diff line change 2703
2703
<PropertyNotSetInConstructor occurrences =" 1" >
2704
2704
<code >$classToExtend</code >
2705
2705
</PropertyNotSetInConstructor >
2706
- <RedundantCastGivenDocblockType occurrences =" 2" >
2707
- <code >(array) $metadata-> table['options']</code >
2706
+ <RedundantCastGivenDocblockType occurrences =" 1" >
2708
2707
<code >(bool) $embeddablesImmutable</code >
2709
2708
</RedundantCastGivenDocblockType >
2710
2709
<RedundantConditionGivenDocblockType occurrences =" 1" >
You can’t perform that action at this time.
0 commit comments