Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / HttpCache / AbstractSurrogate.php
index af94bea9ba2c77f83091e8d99e42667bb8becf04..3b2d5f262cfcc9e81917f19188a1a1afbed0c855 100644 (file)
@@ -30,8 +30,6 @@ abstract class AbstractSurrogate implements SurrogateInterface
     );
 
     /**
-     * Constructor.
-     *
      * @param array $contentTypes An array of content-type that should be parsed for Surrogate information
      *                            (default: text/html, text/xml, application/xhtml+xml, and application/xml)
      */
@@ -115,8 +113,6 @@ abstract class AbstractSurrogate implements SurrogateInterface
 
     /**
      * Remove the Surrogate from the Surrogate-Control header.
-     *
-     * @param Response $response
      */
     protected function removeFromControl(Response $response)
     {