chore: style

This commit is contained in:
Nuno Maduro
2024-07-11 09:35:38 +01:00
parent e8f122bf47
commit 4783334f15
44 changed files with 59 additions and 171 deletions

View File

@ -36,9 +36,7 @@ final class OppositeExpectation
*
* @param Expectation<TValue> $original
*/
public function __construct(private readonly Expectation $original)
{
}
public function __construct(private readonly Expectation $original) {}
/**
* Asserts that the value array not has the provided $keys.