Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 4, 2021
1 parent 398db60 commit f60f6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/MockObject/MockMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ private static function deriveReturnType(ReflectionMethod $method): Type
$returnType = $method->getReturnType();

if ($returnType === null) {
return new UnknownType();
return new UnknownType;
}

// @see https://bugs.php.net/bug.php?id=70722
Expand Down

0 comments on commit f60f6d1

Please sign in to comment.