@@ -282,6 +282,9 @@ discard block |
||
| 282 | 282 | return $foreignKeys; |
| 283 | 283 | } |
| 284 | 284 | |
| 285 | + /** |
|
| 286 | + * @param string $tableName |
|
| 287 | + */ |
|
| 285 | 288 | private function checkTableExists($tableName) |
| 286 | 289 | { |
| 287 | 290 | try { |
@@ -503,7 +506,7 @@ discard block |
||
| 503 | 506 | * |
| 504 | 507 | * @param ForeignKeyConstraint $fk |
| 505 | 508 | * |
| 506 | - * @return true |
|
| 509 | + * @return boolean |
|
| 507 | 510 | */ |
| 508 | 511 | private function isInheritanceRelationship(ForeignKeyConstraint $fk) |
| 509 | 512 | { |