Fix phpdoc for UrlNormalizer [skip ci] (#12417)

This commit is contained in:
Robert Korulczyk
2016-08-31 22:16:49 +02:00
committed by Alexander Makarov
parent ecfaa9875d
commit 6a9e9df8d6
2 changed files with 5 additions and 4 deletions

View File

@@ -537,7 +537,7 @@ from URL manager. You can set [[yii\web\UrlManager::$normalizer|UrlManager::$nor
'enableStrictParsing' => true,
'suffix' => '.html',
'normalizer' => [
'normalizer' => 'app\web\UrlNormalizer',
'normalizer' => 'yii\web\UrlNormalizer',
'action' => UrlNormalizer::ACTION_REDIRECT_TEMPORARY, // use temporary redirection instead of permanent
],
'rules' => [