@@ -20,7 +20,7 @@ |
||
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 |