diff --git a/test/PhpParser/Node/PropertyHookTest.php b/test/PhpParser/Node/PropertyHookTest.php index 42ca1cd2..755f2574 100644 --- a/test/PhpParser/Node/PropertyHookTest.php +++ b/test/PhpParser/Node/PropertyHookTest.php @@ -45,8 +45,7 @@ class PropertyHookTest extends \PHPUnit\Framework\TestCase { $this->assertEquals([new Expression($expr)], $set->getStmts()); } - public function testSetStmtsUnknownHook(): void - { + public function testSetStmtsUnknownHook(): void { $expr = new Variable('test'); $get = new PropertyHook('foobar', $expr);