X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEventSubscriber%2FPsrResponseSubscriber.php;h=ed7312f087657ebb60cdad0c6ea8cbc7e637cdf0;hb=refs%2Fheads%2Fd864;hp=8948258400984428244150a008ee6ad129caf4b8;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php index 894825840..ed7312f08 100644 --- a/web/core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php +++ b/web/core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php @@ -25,7 +25,7 @@ class PsrResponseSubscriber implements EventSubscriberInterface { * Constructs a new PathRootsSubscriber instance. * * @param \Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface $http_foundation_factory - * The httpFoundation factory. + * The httpFoundation factory. */ public function __construct(HttpFoundationFactoryInterface $http_foundation_factory) { $this->httpFoundationFactory = $http_foundation_factory;