Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Dec 27, 2024
1 parent 48fd76e commit 8bb4159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/PhpParser/Node/PropertyHookTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ public function testGetStmts(): void {
$this->assertEquals([new Expression($expr)], $set->getStmts());
}

public function testSetStmtsUnknownHook(): void
{
public function testSetStmtsUnknownHook(): void {
$expr = new Variable('test');
$get = new PropertyHook('foobar', $expr);

Expand Down

0 comments on commit 8bb4159

Please sign in to comment.