Skip to content

Commit 8bb4159

Browse files
committed
Fix cs
1 parent 48fd76e commit 8bb4159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/PhpParser/Node/PropertyHookTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ public function testGetStmts(): void {
4545
$this->assertEquals([new Expression($expr)], $set->getStmts());
4646
}
4747

48-
public function testSetStmtsUnknownHook(): void
49-
{
48+
public function testSetStmtsUnknownHook(): void {
5049
$expr = new Variable('test');
5150
$get = new PropertyHook('foobar', $expr);
5251

0 commit comments

Comments
 (0)