Skip to content

Commit 8744826

Browse files
aalbarcaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent d09e8ae commit 8744826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static function dateTime(\DateTimeImmutable $dateTime, string $format = '
1717
return new Component\DateTime($dateTime, $format);
1818
}
1919

20-
public static function document(string $link, string $filename = null): Component\Document
20+
public static function document(string $link, ?string $filename = null): Component\Document
2121
{
2222
return new Component\Document($link, $filename);
2323
}

0 commit comments

Comments
 (0)