We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850aecf commit e638bd1Copy full SHA for e638bd1
1 file changed
src/NamespaceVisibility.php
@@ -10,7 +10,7 @@
10
final class NamespaceVisibility
11
{
12
public function __construct(
13
- ?string $namespace = null,
+ string $namespace = null,
14
bool $excludeSubNamespaces = false,
15
) {
16
}
0 commit comments