We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c28dc0 commit 1c868b1Copy full SHA for 1c868b1
build/gen_stub.php
@@ -1351,7 +1351,7 @@ function initPhpParser() {
1351
foreach ($fileInfos as $fileInfo) {
1352
foreach ($fileInfo->getAllFuncInfos() as $funcInfo) {
1353
foreach ($funcInfo->args as $argInfo) {
1354
- if (!isset($context->parameterStats[$argInfo->name])) {
+ if (!isset($parameterStats[$argInfo->name])) {
1355
$parameterStats[$argInfo->name] = 0;
1356
}
1357
$parameterStats[$argInfo->name]++;
0 commit comments