Skip to content

Commit 14ef058

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [HttpFoundation] Allow array style callable setting for Request setFactory method Make more nullable types explicit Add more explicit nullable types for default null values
2 parents 95ea7e0 + 7db4b9c commit 14ef058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/RedirectableUrlMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class RedirectableUrlMatcher extends UrlMatcher implements RedirectableUrlMatcherInterface
2121
{
22-
public function redirect(string $path, string $route, string $scheme = null): array
22+
public function redirect(string $path, string $route, ?string $scheme = null): array
2323
{
2424
return [
2525
'_controller' => 'Some controller reference...',

0 commit comments

Comments
 (0)