Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / batch_test / src / Controller / BatchTestController.php
index 1d34f8a4592b868e5eb46f445cff6f6f21f7d363..9a5951e6d3968750c825caadfb6a28172d243336 100644 (file)
@@ -19,7 +19,7 @@ class BatchTestController {
     return [
       'success' => [
         '#markup' => 'Redirection successful.',
-      ]
+      ],
     ];
   }
 
@@ -103,7 +103,7 @@ class BatchTestController {
     return [
       'success' => [
         '#markup' => 'Got out of a programmatic batched form.',
-      ]
+      ],
     ];
   }