File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed
lib/Drupal/Core/Controller/ArgumentResolver Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 55use Psr \Http \Message \ServerRequestInterface ;
66use Symfony \Bridge \PsrHttpMessage \HttpMessageFactoryInterface ;
77use Symfony \Component \HttpFoundation \Request ;
8- use Symfony \Component \HttpKernel \Controller \ArgumentValueResolverInterface ;
98use Symfony \Component \HttpKernel \Controller \ValueResolverInterface ;
109use Symfony \Component \HttpKernel \ControllerMetadata \ArgumentMetadata ;
1110
1211/**
1312 * Yields a PSR7 request object based on the request object passed along.
1413 */
15- final class Psr7RequestValueResolver implements ArgumentValueResolverInterface, ValueResolverInterface {
14+ final class Psr7RequestValueResolver implements ValueResolverInterface {
1615
1716 /**
1817 * The PSR-7 converter.
Original file line number Diff line number Diff line change 55use Drupal \Core \Routing \RouteMatch ;
66use Drupal \Core \Routing \RouteMatchInterface ;
77use Symfony \Component \HttpFoundation \Request ;
8- use Symfony \Component \HttpKernel \Controller \ArgumentValueResolverInterface ;
98use Symfony \Component \HttpKernel \Controller \ValueResolverInterface ;
109use Symfony \Component \HttpKernel \ControllerMetadata \ArgumentMetadata ;
1110
1211/**
1312 * Yields a RouteMatch object based on the request object passed along.
1413 */
15- final class RouteMatchValueResolver implements ArgumentValueResolverInterface, ValueResolverInterface {
14+ final class RouteMatchValueResolver implements ValueResolverInterface {
1615
1716 /**
1817 * {@inheritdoc}
Original file line number Diff line number Diff line change @@ -306,22 +306,6 @@ parameters:
306306 count : 1
307307 path : lib/Drupal/Core/Config/TypedConfigManager.php
308308
309- -
310- message : """
311- #^Class Drupal\\\\Core\\\\Controller\\\\ArgumentResolver\\\\Psr7RequestValueResolver implements deprecated interface Symfony\\\\Component\\\\HttpKernel\\\\Controller\\\\ArgumentValueResolverInterface\\:
312- since Symfony 6\\.2, implement ValueResolverInterface instead$#
313- """
314- count : 1
315- path : lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php
316-
317- -
318- message : """
319- #^Class Drupal\\\\Core\\\\Controller\\\\ArgumentResolver\\\\RouteMatchValueResolver implements deprecated interface Symfony\\\\Component\\\\HttpKernel\\\\Controller\\\\ArgumentValueResolverInterface\\:
320- since Symfony 6\\.2, implement ValueResolverInterface instead$#
321- """
322- count : 1
323- path : lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
324-
325309 -
326310 message : """
327311 #^Fetching deprecated class constant RETURN_AFFECTED of class Drupal\\\\Core\\\\Database\\\\Database\\:
You can’t perform that action at this time.
0 commit comments