Skip to content

Commit f45e11f

Browse files
Merge pull request #28 from DaveLiddament/fix/cs
FIX stricter Coding Standards
2 parents b5cee35 + 7321774 commit f45e11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/NamespaceVisibilitySetting.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function namespaceVisibility(?string $namespace, bool $excludeSubN
2222
private function __construct(
2323
private bool $hasNamespace,
2424
private ?string $namespace,
25-
private ?bool $excludeSubNamespace
25+
private ?bool $excludeSubNamespace,
2626
) {
2727
}
2828

0 commit comments

Comments
 (0)