Skip to content

Commit d5b52e8

Browse files
Merge branch '11.5' into 12.2
2 parents 73e14d1 + 1f48cf0 commit d5b52e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/TestResult/PassedTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function isGreaterThan(string $method, TestSize $other): bool
116116
return $size->isGreaterThan($other);
117117
}
118118

119-
public function hasReturnValue(string $method): mixed
119+
public function hasReturnValue(string $method): bool
120120
{
121121
$returnType = (new ReflectionMethod(...explode('::', $method)))->getReturnType();
122122

0 commit comments

Comments
 (0)