Skip to content

Commit c8ad51e

Browse files
Try the mutant
1 parent 1398ae0 commit c8ad51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/ArrayCombineFunctionThrowTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getThrowTypeFromFunctionCall(FunctionReflection $functionReflect
3333
$secondArg = $funcCall->getArgs()[1]->value;
3434

3535
$hasValueError = $this->arrayCombineHelper->getReturnAndThrowType($firstArg, $secondArg, $scope)[1];
36-
if (!$hasValueError->no()) {
36+
if ($hasValueError->yes()) {
3737
return $functionReflection->getThrowType();
3838
}
3939

0 commit comments

Comments
 (0)