chore: adjusts style

This commit is contained in:
Nuno Maduro
2023-06-13 19:59:59 +02:00
parent 3c20e8114e
commit 7460bd6c1f
4 changed files with 8 additions and 8 deletions

View File

@ -84,7 +84,7 @@ final class TestCall
/**
* Asserts that the test throws the given `$exceptionClass` when called if the given condition is true.
*
* @param (callable(): bool)|bool $condition
* @param (callable(): bool)|bool $condition
*/
public function throwsIf(callable|bool $condition, string|int $exception, string $exceptionMessage = null, int $exceptionCode = null): self
{