Skip to content

Commit 2f879f0

Browse files
committed
FIX code style for updated cs-fixer rules
1 parent 2b03c13 commit 2f879f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NamespaceVisibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
final class NamespaceVisibility
99
{
1010
public function __construct(
11-
string $namespace = null,
11+
?string $namespace = null,
1212
bool $excludeSubNamespaces = false,
1313
) {
1414
}

0 commit comments

Comments
 (0)