diff --git a/src/Parser/Ast/ArgumentValue/Variable.php b/src/Parser/Ast/ArgumentValue/Variable.php index 63b9d01d..b8b76d46 100644 --- a/src/Parser/Ast/ArgumentValue/Variable.php +++ b/src/Parser/Ast/ArgumentValue/Variable.php @@ -49,7 +49,7 @@ class Variable extends AbstractAst implements ValueInterface * @param bool $arrayElementNullable * @param Location $location */ - public function __construct($name, $type, $nullable, $isArray, $arrayElementNullable = true, Location $location) + public function __construct($name, $type, $nullable, $isArray, $arrayElementNullable, Location $location) { parent::__construct($location);