mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-09-26 20:01:57 +02:00
phpstan-bootstrap.php and phpstan.dist.neon claimed the project "has no Composer and no PSR-4 namespaces" and referenced the removed src/autoload.php — both false since the Composer PSR-4 migration (and self-contradicted by the neon's own excludePaths note about src/vendor/autoload.php). Comment-only: they now state the bootstrap defines constants and deliberately wires no project autoloader (PHPStan discovers symbols via paths + scanDirectories). No behavior change.