Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / big_pipe / tests / modules / big_pipe_regression_test / src / BigPipeRegressionTestController.php
index 50e618bee1e125ab1871795367d1ec19c3c78548..20bedcb383138ffbb16404cf11253015f3bd2fd2 100644 (file)
@@ -39,7 +39,7 @@ class BigPipeRegressionTestController {
   public static function currentTime() {
     return [
       '#markup' => '<time datetime="' . date('Y-m-d', time()) . '"></time>',
-      '#cache' => ['max-age' => 0]
+      '#cache' => ['max-age' => 0],
     ];
   }