Test Failed
Push — master ( 6afeb6...f4c35a )
by
unknown
04:09 queued 02:18
created
src/Silk/Database/TableGateway.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         if(!empty($adapter))
29 29
             $this->adapter = $adapter;
30 30
         else
31
-           $this->adapter = GlobalAdapterFeature::getStaticAdapter();
31
+            $this->adapter = GlobalAdapterFeature::getStaticAdapter();
32 32
 
33 33
         $this->updateContext();
34 34
     }
Please login to merge, or discard this patch.