Skip to content

Commit

Permalink
Properly declare nullable string type for format in UriService
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schmitt committed Jul 13, 2021
1 parent e1dd251 commit bf08966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Infrastructure/UriService.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final class UriService implements UriServiceInterface
/**
* @param TraversableNodeInterface $documentNode
* @param bool $absolute
* @param string $format
* @param string|null $format
* @return string
* @throws Http\Exception
* @throws Mvc\Routing\Exception\MissingActionNameException
Expand Down

0 comments on commit bf08966

Please sign in to comment.