Skip to content

Commit bf08966

Browse files
author
Bernhard Schmitt
committed
Properly declare nullable string type for format in UriService
1 parent e1dd251 commit bf08966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Infrastructure/UriService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ final class UriService implements UriServiceInterface
5656
/**
5757
* @param TraversableNodeInterface $documentNode
5858
* @param bool $absolute
59-
* @param string $format
59+
* @param string|null $format
6060
* @return string
6161
* @throws Http\Exception
6262
* @throws Mvc\Routing\Exception\MissingActionNameException

0 commit comments

Comments
 (0)