We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5cee35 + 7321774 commit f45e11fCopy full SHA for f45e11f
src/Rules/NamespaceVisibilitySetting.php
@@ -22,7 +22,7 @@ public static function namespaceVisibility(?string $namespace, bool $excludeSubN
22
private function __construct(
23
private bool $hasNamespace,
24
private ?string $namespace,
25
- private ?bool $excludeSubNamespace
+ private ?bool $excludeSubNamespace,
26
) {
27
}
28
0 commit comments