finished guide on formatting

This commit is contained in:
Carsten Brandt
2014-10-06 20:48:44 +02:00
parent 5617f29563
commit dfd68954a5
17 changed files with 119 additions and 67 deletions

View File

@ -16,7 +16,7 @@ The [[yii\web\ErrorHandler|error handler]] is enabled by default. You may disabl
## Using Error Handler <a name="using-error-handler"></a>
The [[yii\web\ErrorHandler|error handler]] is registered as an application component named `errorHandler`.
The [[yii\web\ErrorHandler|error handler]] is registered as an [application component](structure-application-components.md) named `errorHandler`.
You may configure it in the application configuration like the following:
```php