/home/techb158/dev.balacoffee.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt
Edit: /home/techb158/dev.balacoffee.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php (693B)
attributes = $attributes;
$this->num = $num;
}
public function getSubNodeNames() : array {
return ['num'];
}
public function getType() : string {
return 'Stmt_Break';
}
}