Skip to content

Commit f60f6d1

Browse files
Fix CS/WS issue
1 parent 398db60 commit f60f6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/MockObject/MockMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ private static function deriveReturnType(ReflectionMethod $method): Type
346346
$returnType = $method->getReturnType();
347347

348348
if ($returnType === null) {
349-
return new UnknownType();
349+
return new UnknownType;
350350
}
351351

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

0 commit comments

Comments
 (0)