Skip to content

Commit 823dfe9

Browse files
committed
docs: decorate text
1 parent 83c7a41 commit 823dfe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_414.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This release focuses on code style. All changes (except those noted below) are c
1818
Breaking Changes
1919
****************
2020

21-
The following methods were changed from "public" to "protected" to match their parent class methods and better align with their uses.
2221
Method Scope
2322
============
2423

24+
The following methods were changed from ``public`` to ``protected`` to match their parent class methods and better align with their uses.
2525
If you relied on any of these methods being public (highly unlikely) adjust your code accordingly:
2626

2727
* ``CodeIgniter\Database\MySQLi\Connection::execute()``

0 commit comments

Comments
 (0)