Passed
Branch develop (ebdcde)
by Stan
02:02
created
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.