mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 20:04:48 +01:00
[CS] Trim whitespaces
This commit is contained in:
parent
7f72c84122
commit
e6e52abae7
@ -23,7 +23,7 @@ class PreDec extends Expr
|
||||
public function getSubNodeNames() : array {
|
||||
return ['var'];
|
||||
}
|
||||
|
||||
|
||||
public function getType() : string {
|
||||
return 'Expr_PreDec';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user