Skip to content

Commit 88d63ff

Browse files
committed
test current performance
1 parent 57e2adf commit 88d63ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Type/Php/ArrayMapFunctionReturnTypeExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
4646
$callback = $functionCall->getArgs()[0]->value;
4747
$callableType = $scope->getType($callback);
4848
$callableIsNull = $callableType->isNull()->yes();
49-
49+
$x = !$callableType->isNull()->no();
50+
5051
if ($callableType->isCallable()->yes()) {
5152
$valueType = $scope->getType(new FuncCall(
5253
$callback,

0 commit comments

Comments
 (0)