Skip to content

Commit 9eb99d8

Browse files
committed
Discard changes to src/Type/Php/ArrayMapFunctionReturnTypeExtension.php
1 parent 82bc120 commit 9eb99d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Type/Php/ArrayMapFunctionReturnTypeExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ 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();
5049

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

0 commit comments

Comments
 (0)