Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Render / RenderCache.php
index 9ac338124cdf2d9c70c5dc1cdbfc7532125fdef2..20e4b0c142bc6e6b02d73beb7ff3ed0330e049e6 100644 (file)
@@ -259,7 +259,7 @@ class RenderCache implements RenderCacheInterface {
           '#cache' => [
             'keys' => $elements['#cache']['keys'],
             'contexts' => $redirect_cacheability_updated->getCacheContexts(),
-          ]
+          ],
         ];
         $cid = $this->createCacheID($recalculated_cid_pseudo_element);
         // Ensure the about-to-be-cached data uses the merged cache contexts.