Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6e3ff0

Browse files
Remove references to nonexistent interface
1 parent3b7c2d7 commitb6e3ff0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/Symfony/Component/Routing/Router.php‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
useSymfony\Component\Config\Loader\LoaderInterface;
1919
useSymfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface;
2020
useSymfony\Component\HttpFoundation\Request;
21-
useSymfony\Component\Routing\Generator\ConfigurableQueryEncodingTypeInterface;
2221
useSymfony\Component\Routing\Generator\ConfigurableRequirementsInterface;
2322
useSymfony\Component\Routing\Generator\Dumper\GeneratorDumperInterface;
2423
useSymfony\Component\Routing\Generator\UrlGeneratorInterface;
@@ -118,8 +117,7 @@ public function __construct(LoaderInterface $loader, $resource, array $options =
118117
* * resource_type: Type hint for the main resource (optional)
119118
* * strict_requirements: Configure strict requirement checking for generators
120119
* implementing ConfigurableRequirementsInterface (default is true)
121-
* * query_encoding_type: Configure the encoding type passed by generators implementing
122-
* ConfigurableQueryEncodingTypeInterface to http_build_query
120+
* * query_encoding_type: Configure the encoding type passed by generators to http_build_query
123121
*
124122
* @param array $options An array of options
125123
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp