Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-kernel / HttpCache / Ssi.php
index 3178c335159657a19281b74504efea1a91ef8324..58df1760199535ab83823c420ad03bfdb0b09db4 100644 (file)
@@ -58,7 +58,7 @@ class Ssi extends AbstractSurrogate
         }
 
         $parts = explode(';', $type);
-        if (!in_array($parts[0], $this->contentTypes)) {
+        if (!\in_array($parts[0], $this->contentTypes)) {
             return $response;
         }