@@ -49,7 +49,7 @@ |
||
49 | 49 | */ |
50 | 50 | public function getError(): bool |
51 | 51 | { |
52 | - return (bool)$this->error; |
|
52 | + return (bool) $this->error; |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |