mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-16 14:48:32 +01:00
Fix cs
This commit is contained in:
parent
48fd76e542
commit
8bb415902e
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user