update urlnormalizer docs

This commit is contained in:
Carsten Brandt
2016-09-15 14:52:32 +02:00
parent 495553616d
commit ee8a8e90f8
2 changed files with 6 additions and 4 deletions

View File

@ -132,7 +132,7 @@ class UrlManager extends Component
* If you wish to enable URL normalization, you should configure this property manually.
* For example:
*
* ```
* ```php
* [
* 'class' => 'yii\web\UrlNormalizer',
* 'collapseSlashes' => true,