Passed
Push — master ( 43e152...3c8c2e )
by Christopher
01:43
created
src/Dsl/AbstractSearch.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,8 +134,7 @@
 block discarded – undo
134 134
     protected function initMetricStartTime(): ?float
135 135
     {
136 136
         return config('laravel-elasticsearch-dsl.metrics.enabled', false) ?
137
-            microtime(true) :
138
-            null;
137
+            microtime(true) : null;
139 138
     }
140 139
     
141 140
     /**
Please login to merge, or discard this patch.