@@ -79,8 +79,7 @@ |
||
| 79 | 79 | { |
| 80 | 80 | if ($ravenErrorHandler !== null) { |
| 81 | 81 | $this->ravenErrorHandler = $ravenErrorHandler; |
| 82 | - } |
|
| 83 | - else { |
|
| 82 | + } else { |
|
| 84 | 83 | $this->ravenErrorHandler = new RavenErrorHandler($this->ravenClient); |
| 85 | 84 | } |
| 86 | 85 | } |
@@ -133,7 +133,7 @@ |
||
| 133 | 133 | return $this; |
| 134 | 134 | } |
| 135 | 135 | |
| 136 | - /** |
|
| 136 | + /** |
|
| 137 | 137 | * Set template for message that will be shown in Console. |
| 138 | 138 | * The message can be a string (template) or a callable (i.e. a closure). |
| 139 | 139 | * |