Skip to content

Commit 9382495

Browse files
authored
Merge pull request #7583 from kenjis/fix-docs-inflector_helper.rst
docs: fix incorrect sample code in inflector_helper.rst
2 parents f6ed695 + 8ddb990 commit 9382495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/helpers/inflector_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following functions are available:
9494
Takes multiple words in camelCase or PascalCase and converts them to snake_case.
9595
Example:
9696

97-
.. literalinclude:: inflector_helper/007.php
97+
.. literalinclude:: inflector_helper/014.php
9898

9999
.. php:function:: humanize($string[, $separator = '_'])
100100

0 commit comments

Comments
 (0)