Skip to content

Commit 1a25e09

Browse files
committed
docs: change TODO comments
1 parent a6f0deb commit 1a25e09

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

system/Database/BaseConnection.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)