@@ -68,6 +68,7 @@ |
||
68 | 68 | |
69 | 69 | /** |
70 | 70 | * {@inheritDoc} |
71 | + * @param string $value |
|
71 | 72 | */ |
72 | 73 | public function setValue($object, $value = null) : void |
73 | 74 | { |
@@ -109,6 +109,7 @@ |
||
109 | 109 | |
110 | 110 | /** |
111 | 111 | * {@inheritdoc} |
112 | + * @param string|null $tableName |
|
112 | 113 | */ |
113 | 114 | protected function getSQLTableAlias($tableName, $assocName = '') |
114 | 115 | { |
@@ -371,7 +371,7 @@ |
||
371 | 371 | |
372 | 372 | /** |
373 | 373 | * @param \SimpleXMLElement $associationXml |
374 | - * @param array $joinColumns |
|
374 | + * @param JoinColumnMetadata[] $joinColumns |
|
375 | 375 | * @param string $joinColumnsName |
376 | 376 | */ |
377 | 377 | private function exportJoinColumns( |