Skip to content

Commit f23e2e6

Browse files
authored
Discard changes to src/Type/Php/ArrayMapFunctionReturnTypeExtension.php
1 parent 85d5509 commit f23e2e6

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)