Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/nikic/php-parser/lib/PhpParser/Builder.php
<?php declare(strict_types=1); namespace PhpParser; interface Builder { /** * Returns the built node. * * @return Node The built node */ public function getNode() : Node; }