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