We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fd76e commit 8bb4159Copy full SHA for 8bb4159
test/PhpParser/Node/PropertyHookTest.php
@@ -45,8 +45,7 @@ public function testGetStmts(): void {
45
$this->assertEquals([new Expression($expr)], $set->getStmts());
46
}
47
48
- public function testSetStmtsUnknownHook(): void
49
- {
+ public function testSetStmtsUnknownHook(): void {
50
$expr = new Variable('test');
51
$get = new PropertyHook('foobar', $expr);
52
0 commit comments