Browse Source

fixed broken markdown in VerbFilter

fixes #11179
tags/2.0.8
Carsten Brandt 9 years ago
parent
commit
e0e19aea64
  1. 4
      framework/filters/VerbFilter.php

4
framework/filters/VerbFilter.php

@ -54,8 +54,8 @@ class VerbFilter extends Behavior
* allowed methods (e.g. GET, HEAD, PUT) as the value.
* If an action is not listed all request methods are considered allowed.
*
* You can use '*' to stand for all actions. When an action is explicitly
* specified, it takes precedence over the specification given by '*'.
* You can use `'*'` to stand for all actions. When an action is explicitly
* specified, it takes precedence over the specification given by `'*'`.
*
* For example,
*

Loading…
Cancel
Save