We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23be9ec commit 17287d1Copy full SHA for 17287d1
1 file changed
contributing/documentation.rst
@@ -161,3 +161,13 @@ Deprecated
161
162
.. deprecated:: 4.3.0
163
Use :php:meth:`CodeIgniter\\Database\\BaseBuilder::setData()` instead.
164
+
165
+***************
166
+Text Decoration
167
168
169
+As a general rule, we use ``**`` for in-line file paths, and `````` for source code.
170
171
+E.g.::
172
173
+ Open the **app/Config/Filters.php** file and update the ``$methods`` property like the following:
0 commit comments