@@ -42,9 +42,9 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function __construct(bool $status, ?string $reason = null) |
| 44 | 44 | { |
| 45 | - $this->status = (bool)$status; |
|
| 45 | + $this->status = (bool) $status; |
|
| 46 | 46 | if ($reason !== null) { |
| 47 | - $this->reason = (string)$reason; |
|
| 47 | + $this->reason = (string) $reason; |
|
| 48 | 48 | } |
| 49 | 49 | } |
| 50 | 50 | |