We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea2e00 commit 14f5c5eCopy full SHA for 14f5c5e
Extractor/ExposedRoutesExtractor.php
@@ -120,7 +120,7 @@ public function getHost(): string
120
/**
121
* {@inheritDoc}
122
*/
123
- public function getPort(): string
+ public function getPort(): ?string
124
{
125
$requestContext = $this->router->getContext();
126
Extractor/ExposedRoutesExtractorInterface.php
@@ -43,7 +43,7 @@ public function getHost(): string;
43
44
* Get the port from RequestContext, only if non standard port (Eg: "8080")
45
46
- public function getPort(): string;
+ public function getPort(): ?string;
47
48
49
* Get the scheme from RequestContext
0 commit comments