Skip to content

Commit e7043c3

Browse files
staabmsebastianbergmann
authored andcommitted
Simplify return type
1 parent e3bf1e2 commit e7043c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function __construct(Source $source)
8888
/**
8989
* @throws NoTestCaseObjectOnCallStackException
9090
*/
91-
public function __invoke(int $errorNumber, string $errorString, string $errorFile, int $errorLine): bool
91+
public function __invoke(int $errorNumber, string $errorString, string $errorFile, int $errorLine): false
9292
{
9393
$suppressed = (error_reporting() & ~self::INSUPPRESSIBLE_LEVELS) === 0;
9494

0 commit comments

Comments
 (0)