Fixed formatting of code block in a quote [skip ci]

This commit is contained in:
Ivan Yarovyi
2016-08-16 17:47:33 +03:00
committed by Alexander Makarov
parent a27224bbb7
commit 8290f9ac9a

View File

@@ -148,6 +148,7 @@ the following variables if the error action is defined as [[yii\web\ErrorAction]
the error action and the error view are already defined for you.
> Note: If you need to redirect in an error handler, do it the following way:
>
> ```php
> Yii::$app->getResponse()->redirect($url)->send();
> return;