ソースを参照

Update ErrorHandler.md

Mark Sch 8 年 前
コミット
fc1282dd02
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/Error/ErrorHandler.md

+ 1 - 1
docs/Error/ErrorHandler.md

@@ -29,7 +29,7 @@ Make sure your other log configs are scope-deactivated then to prevent them bein
 ```
 
 In your bootstrap, the following snippet just needs to include the ErrorHandler of this plugin:
-````php
+```php
 // Switch Cake\Error\ErrorHandler to
 use Tools\Error\ErrorHandler;