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.
2 parents ba6bf07 + b6b1747 commit 7db4b9cCopy full SHA for 7db4b9c
Tests/Fixtures/RedirectableUrlMatcher.php
@@ -19,7 +19,7 @@
19
*/
20
class RedirectableUrlMatcher extends UrlMatcher implements RedirectableUrlMatcherInterface
21
{
22
- public function redirect(string $path, string $route, string $scheme = null): array
+ public function redirect(string $path, string $route, ?string $scheme = null): array
23
24
return [
25
'_controller' => 'Some controller reference...',
0 commit comments