Skip to content

Commit 0d5a730

Browse files
committed
Update ArrayMapFunctionReturnTypeExtension.php
1 parent af5a348 commit 0d5a730

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
@@ -46,6 +46,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
4646
$callback = $functionCall->getArgs()[0]->value;
4747
$callableType = $scope->getType($callback);
4848
$callableIsNull = $callableType->isNull()->yes();
49+
$x = $callableType->isNull()->yes();
4950

5051
if ($callableType->isCallable()->yes()) {
5152
$valueType = $scope->getType(new FuncCall(

0 commit comments

Comments
 (0)