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 85d5509 commit f23e2e6Copy full SHA for f23e2e6
src/Type/Php/ArrayMapFunctionReturnTypeExtension.php
@@ -46,7 +46,6 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
46
$callback = $functionCall->getArgs()[0]->value;
47
$callableType = $scope->getType($callback);
48
$callableIsNull = $callableType->isNull()->yes();
49
- $x = $callableType->isNull()->yes();
50
51
if ($callableType->isCallable()->yes()) {
52
$valueType = $scope->getType(new FuncCall(
0 commit comments