File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1666,8 +1666,7 @@ abstract protected function _foreignKeyData(string $table): array;
16661666 *
16671667 * If this feature is not supported, return empty string.
16681668 *
1669- * @TODO This method should be abstract, but due to historical reasons,
1670- * it provides the default implementation.
1669+ * @TODO This method should be moved to an interface that represents foreign key support.
16711670 *
16721671 * @return string
16731672 *
@@ -1683,8 +1682,7 @@ protected function _disableForeignKeyChecks()
16831682 *
16841683 * If this feature is not supported, return empty string.
16851684 *
1686- * @TODO This method should be abstract, but due to historical reasons,
1687- * it provides the default implementation.
1685+ * @TODO This method should be moved to an interface that represents foreign key support.
16881686 *
16891687 * @return string
16901688 *
You can’t perform that action at this time.
0 commit comments