Skip to content

Commit ab84e55

Browse files
committed
Fix
1 parent 5ff4cab commit ab84e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/data/MethodCallReturnsBoolExpressionTypeResolverExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getType(Expr $expr, Scope $scope): ?Type
3737
$returnType = ParametersAcceptorSelector::selectFromArgs(
3838
$scope,
3939
$expr->getArgs(),
40-
$methodReflection->getVariants(),
40+
$methodReflection->getVariants()
4141
)->getReturnType();
4242

4343
if ($returnType instanceof StringType) {

0 commit comments

Comments
 (0)