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

@ -839,7 +839,7 @@ final class Expectation
/**
* Asserts that executing value throws an exception.
*
* @param (Closure(Throwable): mixed)|string $exception
* @param (Closure(Throwable): mixed)|string $exception
* @return self<TValue>
*/
public function toThrow(callable|string|Throwable $exception, string $exceptionMessage = null, string $message = ''): self