@@ -134,8 +134,7 @@ |
||
| 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 | /** |