@@ -78,7 +78,7 @@ |
||
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 |