Adds a statement.
Node|PhpParser\Builder $stmt The statement to add:
$this The builder instance (for fluid interface)
Overrides Declaration::addStmt
public function addStmt($stmt) { $this->stmts[] = BuilderHelpers::normalizeStmt($stmt); return $this; }