Skip to content

Commit 911700f

Browse files
Merge pull request #14 from DaveLiddament/fix/cs-issue
FIX CS issue
2 parents bbcbd78 + 2b46a72 commit 911700f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)