@@ -117,6 +117,7 @@ discard block |
||
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /** |
| 120 | + * @param string $columnPrefix |
|
| 120 | 121 | * @return ClassMetadataInfo |
| 121 | 122 | */ |
| 122 | 123 | private function generateIsbnEmbeddableFixture(array $embeddedClasses = [], $columnPrefix = null) |
@@ -1154,7 +1155,7 @@ discard block |
||
| 1154 | 1155 | |
| 1155 | 1156 | /** |
| 1156 | 1157 | * @param string $type |
| 1157 | - * @param \ReflectionProperty $method |
|
| 1158 | + * @param \ReflectionMethod $method |
|
| 1158 | 1159 | */ |
| 1159 | 1160 | private function assertPhpDocParamType($type, \ReflectionMethod $method) |
| 1160 | 1161 | { |