X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEventSubscriber%2FPsrResponseSubscriber.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FEventSubscriber%2FPsrResponseSubscriber.php;h=ed7312f087657ebb60cdad0c6ea8cbc7e637cdf0;hp=8948258400984428244150a008ee6ad129caf4b8;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 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;