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