Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / update / src / Controller / UpdateController.php
index 30b25c20642f58bca4438aa43fb3381182a543f7..6a8ec6abcbe8e8d295078ef34f42ae967e358e49 100644 (file)
@@ -45,7 +45,7 @@ class UpdateController extends ControllerBase {
    */
   public function updateStatus() {
     $build = [
-      '#theme' => 'update_report'
+      '#theme' => 'update_report',
     ];
     if ($available = update_get_available(TRUE)) {
       $this->moduleHandler()->loadInclude('update', 'compare.inc');