Skip to content

Commit 55d2d9e

Browse files
authored
Add variable $x for additional processing
1 parent ad7d140 commit 55d2d9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/Php/ArrayMapFunctionReturnTypeExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
4141
if ($numArgs < 2) {
4242
return null;
4343
}
44+
$x=1;
4445

4546
$singleArrayArgument = !isset($functionCall->getArgs()[2]);
4647
$callback = $functionCall->getArgs()[0]->value;

0 commit comments

Comments
 (0)