Skip to content

Commit ffd96cc

Browse files
Merge pull request #19 from DaveLiddament/fix/build-problems
FIX cs issue
2 parents 850aecf + e638bd1 commit ffd96cc

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
@@ -10,7 +10,7 @@
1010
final class NamespaceVisibility
1111
{
1212
public function __construct(
13-
?string $namespace = null,
13+
string $namespace = null,
1414
bool $excludeSubNamespaces = false,
1515
) {
1616
}

0 commit comments

Comments
 (0)