@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace leinonen\Yii2Monolog; |
| 6 | 6 | |
@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | |
| 132 | 132 | private function setMessage($message) |
| 133 | 133 | { |
| 134 | - if (! is_string($message)) { |
|
| 134 | + if ( ! is_string($message)) { |
|
| 135 | 135 | if ($message instanceof \Throwable || $message instanceof \Exception) { |
| 136 | 136 | $message = (string) $message; |
| 137 | 137 | } else { |