|
18 | 18 | useSymfony\Component\Config\Loader\LoaderInterface; |
19 | 19 | useSymfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface; |
20 | 20 | useSymfony\Component\HttpFoundation\Request; |
21 | | -useSymfony\Component\Routing\Generator\ConfigurableQueryEncodingTypeInterface; |
22 | 21 | useSymfony\Component\Routing\Generator\ConfigurableRequirementsInterface; |
23 | 22 | useSymfony\Component\Routing\Generator\Dumper\GeneratorDumperInterface; |
24 | 23 | useSymfony\Component\Routing\Generator\UrlGeneratorInterface; |
@@ -118,8 +117,7 @@ public function __construct(LoaderInterface $loader, $resource, array $options = |
118 | 117 | * * resource_type: Type hint for the main resource (optional) |
119 | 118 | * * strict_requirements: Configure strict requirement checking for generators |
120 | 119 | * 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 |
123 | 121 | * |
124 | 122 | * @param array $options An array of options |
125 | 123 | * |
|