Passed
Push — main ( 4ee39f...33155d )
by Justin
03:54
created
tests/Unit/HandlerStackTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $this->assertTrue(!$this->stack->empty());
32 32
     }
33 33
    
34
-   public function test_flush(): void
34
+    public function test_flush(): void
35 35
     {
36 36
         $this->stack->push(new CallbackHandler(
37 37
             fn() => []
Please login to merge, or discard this patch.