$attributes An array of attributes (should not be nodes) * @param int $lineno The line number */ public function __construct(?Node $node, array $attributes, int $lineno) { parent::__construct($node === null ? [] : [$node], $attributes, $lineno); } }