Passed
Branch develop (c85352)
by Stan
02:28
created
src/CollectorRegistry.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     public function unregister(Metric $metric): self
82 82
     {
83 83
         $this->collector($metric)
84
-             ->forget(get_class($metric));
84
+                ->forget(get_class($metric));
85 85
 
86 86
         return $this;
87 87
     }
Please login to merge, or discard this patch.