Skip to content

Commit e2b83e5

Browse files
committed
docs: make function name linkable
1 parent 87897ec commit e2b83e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ functions:
139139

140140
.. literalinclude:: helpers/006.php
141141

142-
The ``helper()`` function will scan through all PSR-4 namespaces defined in **app/Config/Autoload.php**
142+
The :php:func:`helper()` function will scan through all PSR-4 namespaces defined in **app/Config/Autoload.php**
143143
and load in ALL matching helpers of the same name. This allows any module's helpers
144144
to be loaded, as well as any helpers you've created specifically for this application. The load order
145145
is as follows:

0 commit comments

Comments
 (0)