Send a blank email to [email protected] to get a copy of this message
Author: Daniel Scherzer (DanielEScherzer)
Committer: DanielEScherzer (DanielEScherzer)
Date: 2025-05-08T13:06:51-07:00
Commit: https://github.com/php/php-src/commit/722eba20aefa23c2db0ed707e7cc2ae4acdf6eea
Raw diff: https://github.com/php/php-src/commit/722eba20aefa23c2db0ed707e7cc2ae4acdf6eea.diff
gen_stub: drop unused parameters
The following parameters were either unused before this commit or became unused
as part of updating callers to stop passing unused parameters to other
functions updated in this commit:
* FuncInfo::getMethodSynopsisDocument() - $funcMap, $aliasMap
* FuncInfo::getMethodSynopsisElement() - $funcMap, $aliasMap
* ConstInfo::getGlobalConstDeclaration() - $allConstInfos
* generateMethodSynopses() - $aliasMap
* replaceMethodSynopses() - $aliasMap
Changed paths:
M build/gen_stub.php
Diff: