mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-29 05:07:34 +01:00
Fix coding style
This commit is contained in:
parent
b68fb76f14
commit
779b6950c3
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace PhpParser;
|
||||
|
||||
|
@ -728,7 +728,7 @@ class Standard extends PrettyPrinterAbstract {
|
||||
}
|
||||
return $this->pPrefixOp(
|
||||
Expr\Yield_::class, 'yield ' . $this->pKey($node->key),
|
||||
$node->value, $precedence, $lhsPrecedence);
|
||||
$node->value, $precedence, $lhsPrecedence);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user