@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | */ |
29 | 29 | public function getConnect() |
30 | 30 | { |
31 | - if (! $this->isConnected()) { |
|
31 | + if (!$this->isConnected()) { |
|
32 | 32 | return $this->connect(); |
33 | 33 | } |
34 | 34 | |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | */ |
57 | 57 | public function getLastErrorNo() |
58 | 58 | { |
59 | - $out = (string)$this->getConnect()->sqlstate; |
|
59 | + $out = (string) $this->getConnect()->sqlstate; |
|
60 | 60 | |
61 | 61 | if ($out === '00000') { |
62 | 62 | $out = ''; |