[php-src] master: gen_stub: move `handleStatements()` into `FileInfo`
Author: Daniel Scherzer (DanielEScherzer)
Committer: DanielEScherzer (DanielEScherzer)
Date: 2025-05-08T13:06:51-07:00
Commit: https://github.com/php/php-src/commit/1c9b6b84df98cbea4d80f508dfa2d54a0ce0e7e2
Raw diff: https://github.com/php/php-src/commit/1c9b6b84df98cbea4d80f508dfa2d54a0ce0e7e2.diff
gen_stub: move handleStatements()
into FileInfo
Reduce the number of global functions by moving it to instance method
FileInfo::handleStatements()
.
Changed paths:
M build/gen_stub.php
Diff:
Thread (1 message)
- Daniel Scherzer via DanielEScherzer