Passed
Push — develop ( ebdcde...179c1e )
by Stan
02:20
created
src/Storage/Builders/SummarySamplesBuilder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             ::parse()
37 37
             ->flatMap(function (array $item) use ($quantiles) {
38 38
                 ['name'   => $name,
39
-                 'labels' => $labels] = $item;
39
+                    'labels' => $labels] = $item;
40 40
 
41 41
                 $values = !$item['value'] instanceof Collection
42 42
                     ? new Collection
Please login to merge, or discard this patch.
src/CollectorRegistry.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     public function unregister(Metric $metric): self
75 75
     {
76 76
         $this->collector($metric)
77
-             ->forget($metric::class);
77
+                ->forget($metric::class);
78 78
 
79 79
         return $this;
80 80
     }
Please login to merge, or discard this patch.