updated-packages
This commit is contained in:
@@ -22,7 +22,7 @@ class StaticVar extends Node\Stmt
|
||||
public function __construct(
|
||||
Expr\Variable $var, Node\Expr $default = null, array $attributes = []
|
||||
) {
|
||||
parent::__construct($attributes);
|
||||
$this->attributes = $attributes;
|
||||
$this->var = $var;
|
||||
$this->default = $default;
|
||||
}
|
||||
|
Reference in New Issue
Block a user