You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.3.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The return value of ``Validation::loadRuleGroup()`` has been changed ``null`` t
90
90
Others
91
91
------
92
92
93
-
- The return type of ``CodeIgniter\Database\BasePreparedQuery::close()`` has been changed to ``bool``.
93
+
- The return types of ``CodeIgniter\Database\BasePreparedQuery::close()`` and ``CodeIgniter\Database\PreparedQueryInterface`` have been changed to ``bool`` (previously untyped).
94
94
- The return type of ``CodeIgniter\Database\Database::loadForge()`` has been changed to ``Forge``.
95
95
- The return type of ``CodeIgniter\Database\Database::loadUtils()`` has been changed to ``BaseUtils``.
96
96
- Parameter ``$column`` has changed in ``Table::dropForeignKey()`` to ``$foreignName``.
0 commit comments