Skip to content

Commit 33dc973

Browse files
committed
docs: add empty lines
1 parent a69c876 commit 33dc973

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

user_guide_src/source/incoming/filters.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ filters to run:
106106

107107
.. literalinclude:: filters/003.php
108108

109-
Aliases are mandatory and if you try to use a full class name later, the system will throw an error. Defining them
109+
Aliases are mandatory and if you try to use a full class name later, the system will throw an error.
110+
111+
Defining them
110112
in this way makes it simple to switch out the class used. Great for when you decided you need to change to a
111113
different authentication system since you only change the filter's class and you're done.
112114

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ Applying Filters
388388
================
389389

390390
You can alter the behavior of specific routes by supplying filters to run before or after the controller. This is especially handy during authentication or api logging.
391+
391392
The value for the filter can be a string or an array of strings:
392393

393394
* matching the aliases defined in **app/Config/Filters.php**.

0 commit comments

Comments
 (0)