Completed
Push — master ( 993a3d...87c85d )
by Danilo
04:15
created
src/Database/Handler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      */
79 79
     protected function addDefaultValue(array $params) : array
80 80
     {
81
-        static $defaults = [ 'adapter' => PDO_DEFAULT_ADAPTER, 'host' => 'localhost', 'options' => [] ];
81
+        static $defaults = ['adapter' => PDO_DEFAULT_ADAPTER, 'host' => 'localhost', 'options' => []];
82 82
         return array_merge($defaults, $params);
83 83
     }
84 84
 
Please login to merge, or discard this patch.