update v 1.0.7.5
This commit is contained in:
@@ -19,7 +19,7 @@ class StaticVar extends Node\Stmt
|
||||
* @param array $attributes Additional attributes
|
||||
*/
|
||||
public function __construct($name, Node\Expr $default = null, array $attributes = array()) {
|
||||
parent::__construct(null, $attributes);
|
||||
parent::__construct($attributes);
|
||||
$this->name = $name;
|
||||
$this->default = $default;
|
||||
}
|
||||
|
Reference in New Issue
Block a user