Skip to content

Commit b6e3ff0

Browse files
Remove references to nonexistent interface
1 parent 3b7c2d7 commit b6e3ff0

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
use Symfony\Component\Config\Loader\LoaderInterface;
1919
use Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface;
2020
use Symfony\Component\HttpFoundation\Request;
21-
use Symfony\Component\Routing\Generator\ConfigurableQueryEncodingTypeInterface;
2221
use Symfony\Component\Routing\Generator\ConfigurableRequirementsInterface;
2322
use Symfony\Component\Routing\Generator\Dumper\GeneratorDumperInterface;
2423
use Symfony\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)