| Total Complexity | 2 | 
| Total Lines | 26 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 16 | class MySQLForeignKey extends AbstractForeignKey | ||
| 17 | { | ||
| 18 | /** | ||
| 19 | * @param string $table | ||
| 20 | * @param string $tablePrefix | ||
| 21 | * @param array $schema | ||
| 22 | * | ||
| 23 | * @return MySQLForeignKey | ||
| 24 | */ | ||
| 25 | 56 | public static function createInstance(string $table, string $tablePrefix, array $schema): self | |
| 37 | } | ||
| 38 | |||
| 39 | public function shouldCreateIndex(): bool | ||
| 44 |