Skip to content

Commit 2b46a72

Browse files
committed
FIX CS issue
1 parent bbcbd78 commit 2b46a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Config/TestConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TestConfig
2121

2222
public function __construct(
2323
string $mode,
24-
?string $testNamespace = null,
24+
string $testNamespace = null,
2525
) {
2626
if (!in_array(
2727
needle: $mode,

0 commit comments

Comments
 (0)