mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
chore: adjusts coding style
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user