Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user_guide_src/source/incoming/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ rule and message array formats, as well as available rules:
.. literalinclude:: controllers/004.php

If you find it simpler to keep the rules in the configuration file, you can replace
the ``$rules`` array with the name of the group as defined in ``Config\Validation.php``:
the ``$rules`` array with the name of the group as defined in **app/Config/Validation.php**:

.. literalinclude:: controllers/005.php

Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for details.
withConfig($config)
-------------------

Allows you to pass in a modified version of **Config\App.php** to test with different settings:
Allows you to pass in a modified version of **app/Config/App.php** to test with different settings:

.. literalinclude:: controllers/005.php

Expand Down