Skip to content

Commit 1161a8b

Browse files
committed
Mark parameter type as nullable.
This only pops up in github ci when you fully upgrade php-cs-fixer, as this is a new check.
1 parent de3541e commit 1161a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)