Passed
Pull Request — master (#8)
by Kris
12:57 queued 11:09
created
lib/Datasource.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      * @access protected
41 41
      * @var array               $settings   The driver settings
42 42
      */
43
-    protected $settings= null;
43
+    protected $settings = null;
44 44
 
45 45
     /**
46 46
      * Open a PDO connection
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
      */
147 147
     public function closeConnection(): void
148 148
     {
149
-        if ($this->driver){
149
+        if ($this->driver) {
150 150
             $this->driver->closeConnection();
151 151
             $this->driver = null;
152 152
         }
Please login to merge, or discard this patch.