Passed
Push — master ( 21923c...f1d488 )
by Biao
03:23
created
src/Components/Prometheus/PrometheusMiddleware.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
     public function __construct(PrometheusExporter $prometheusExporter)
13 13
     {
14 14
         $this->prometheusExporter = $prometheusExporter;
15
-        $this->isObserveRequest = (bool)config('prometheus.observe_request');
15
+        $this->isObserveRequest = (bool) config('prometheus.observe_request');
16 16
     }
17 17
 
18 18
     /**
Please login to merge, or discard this patch.