Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Cache / ChainedFastBackendTest.php
index 52f18517466a38e78b4a7238d44cfe167798ca79..76c775b8809e583b813ef09299c8f787640f025f 100644 (file)
@@ -64,7 +64,8 @@ class ChainedFastBackendTest extends UnitTestCase {
   public function testFallThroughToConsistentCache() {
     $timestamp_item = (object) [
       'cid' => ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX . 'cache_foo',
-      'data' => time() + 60, // Time travel is easy.
+      // Time travel is easy.
+      'data' => time() + 60,
     ];
     $cache_item = (object) [
       'cid' => 'foo',