Constructs an else node.
Node\Stmt[] $stmts Statements:
array<string, mixed> $attributes Additional attributes:
public function __construct(array $stmts = [], array $attributes = []) { $this->attributes = $attributes; $this->stmts = $stmts; }