remove double plus

This commit is contained in:
faissaloux
2023-11-08 10:52:33 +01:00
parent 3c0d780696
commit 17340947b3

View File

@ -54,7 +54,7 @@ final class Result
$returnCode = self::FAILURE_EXIT;
}
$warnings = $result->numberOfTestsWithTestTriggeredPhpunitWarningEvents() +
$warnings = $result->numberOfTestsWithTestTriggeredPhpunitWarningEvents()
+ count($result->warnings())
+ count($result->phpWarnings());