Test Failed
Push — 8.x-1.x ( 3a15bb...f8aca0 )
by Patrick D
04:32
created
src/Query.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,8 +125,8 @@
 block discarded – undo
125 125
 
126 126
     // For regular (non-count) queries    
127 127
     if (!$this->count) {
128
-       // Don't include source
129
-       $params['body']['_source'] = $this->includeSource();
128
+        // Don't include source
129
+        $params['body']['_source'] = $this->includeSource();
130 130
     }
131 131
 
132 132
     // Top-level condition
Please login to merge, or discard this patch.
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.