mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
chore: improves type coverage
This commit is contained in:
@ -90,9 +90,8 @@ final class OppositeExpectation
|
||||
* Creates a new expectation failed exception with a nice readable message.
|
||||
*
|
||||
* @param array<int, mixed> $arguments
|
||||
* @return never
|
||||
*/
|
||||
private function throwExpectationFailedException(string $name, array $arguments = []): void
|
||||
private function throwExpectationFailedException(string $name, array $arguments = []): never
|
||||
{
|
||||
$exporter = new Exporter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user