release version 2.0.10

This commit is contained in:
Carsten Brandt
2016-10-20 14:02:50 +02:00
parent ff871bdf48
commit 11fe407ad0
18 changed files with 40 additions and 30 deletions

View File

@ -51,9 +51,9 @@ class UrlNormalizer extends Object
* Available options are:
* - `null` - no special action will be performed
* - `301` - the request should be redirected to the normalized URL using
* permanent redirection
* permanent redirection
* - `302` - the request should be redirected to the normalized URL using
* temporary redirection
* temporary redirection
* - `404` - [[NotFoundHttpException]] will be thrown
* - `callable` - custom user callback, for example:
*