chore: adjusts coding style

This commit is contained in:
Nuno Maduro
2024-01-11 11:30:11 +00:00
parent 1506d8bb27
commit ab64912c70
11 changed files with 21 additions and 21 deletions

View File

@ -40,7 +40,7 @@ final class BeforeEachCall
public function __construct(
public readonly TestSuite $testSuite,
private readonly string $filename,
Closure $closure = null
?Closure $closure = null
) {
$this->closure = $closure instanceof Closure ? $closure : NullClosure::create();