Test Failed
Push — 8.x-1.x ( 3a15bb...f8aca0 )
by Patrick D
04:32
created
src/Elastic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  */
13 13
 class Elastic {
14 14
 
15
-  public static function client($config =[]) {
15
+  public static function client($config = []) {
16 16
     static $client; 
17 17
     if (!empty($client)) {
18 18
       return $client;
Please login to merge, or discard this patch.