We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c7a41 commit 823dfe9Copy full SHA for 823dfe9
1 file changed
user_guide_src/source/installation/upgrade_414.rst
@@ -18,10 +18,10 @@ This release focuses on code style. All changes (except those noted below) are c
18
Breaking Changes
19
****************
20
21
-The following methods were changed from "public" to "protected" to match their parent class methods and better align with their uses.
22
Method Scope
23
============
24
+The following methods were changed from ``public`` to ``protected`` to match their parent class methods and better align with their uses.
25
If you relied on any of these methods being public (highly unlikely) adjust your code accordingly:
26
27
* ``CodeIgniter\Database\MySQLi\Connection::execute()``
0 commit comments