@@ -117,6 +117,7 @@ discard block |
||
117 | 117 | } |
118 | 118 | |
119 | 119 | /** |
120 | + * @param string|false $columnPrefix |
|
120 | 121 | * @return ClassMetadataInfo |
121 | 122 | */ |
122 | 123 | private function generateIsbnEmbeddableFixture(array $embeddedClasses = [], $columnPrefix = null) |
@@ -1167,7 +1168,7 @@ discard block |
||
1167 | 1168 | |
1168 | 1169 | /** |
1169 | 1170 | * @param string $type |
1170 | - * @param \ReflectionProperty $method |
|
1171 | + * @param \ReflectionMethod $method |
|
1171 | 1172 | */ |
1172 | 1173 | private function assertPhpDocParamType($type, \ReflectionMethod $method) |
1173 | 1174 | { |