Completed
Pull Request — master (#10)
by
unknown
33:07
created
tests/DontTest/DontCallTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
         $this->expectException(NonCallableObject::class);
22 22
 
23
-         $object->undefinedMethod();
23
+            $object->undefinedMethod();
24 24
     }
25 25
 
26 26
     public function testCallPreventionIsFinal() : void
Please login to merge, or discard this patch.