X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Faccept_header_routing_test%2Fsrc%2FAcceptHeaderRoutingTestServiceProvider.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Faccept_header_routing_test%2Fsrc%2FAcceptHeaderRoutingTestServiceProvider.php;h=8d8fefe0aac8af98c3e97e6c210bfac678ba33a1;hp=983a60ca58ae90d3f9e9fc823f9c411b74a13241;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php b/web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php index 983a60ca5..8d8fefe0a 100644 --- a/web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php +++ b/web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php @@ -14,7 +14,7 @@ class AcceptHeaderRoutingTestServiceProvider implements ServiceModifierInterface * {@inheritdoc} */ public function alter(ContainerBuilder $container) { - // Remove the basic content negotation middleware and replace it with a + // Remove the basic content negotiation middleware and replace it with a // basic header based one. $container->register('http_middleware.negotiation', 'Drupal\accept_header_routing_test\AcceptHeaderMiddleware') ->addTag('http_middleware', ['priority' => 400]);