Skip to content

Commit

Permalink
Merge pull request #7583 from kenjis/fix-docs-inflector_helper.rst
Browse files Browse the repository at this point in the history
docs: fix incorrect sample code in inflector_helper.rst
  • Loading branch information
kenjis authored Jun 18, 2023
2 parents f6ed695 + 8ddb990 commit 9382495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/inflector_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The following functions are available:
Takes multiple words in camelCase or PascalCase and converts them to snake_case.
Example:

.. literalinclude:: inflector_helper/007.php
.. literalinclude:: inflector_helper/014.php

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

0 comments on commit 9382495

Please sign in to comment.