Passed
Push — master ( 1c0e8d...8b3112 )
by Agel_Nash
02:39
created
src/Drivers/MySqliDriver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 = '';
Please login to merge, or discard this patch.