Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Diff / DiffFormatter.php
index 1b3604d589ecb6a105b10f6811d0cd693860d524..52f5550abc9655afd7d6ebfdbdbf30fa47c4f6b6 100644 (file)
@@ -57,7 +57,7 @@ class DiffFormatter extends DiffFormatterBase {
       [
         'data' => $ybeg + $this->line_stats['offset']['y'],
         'colspan' => 2,
-      ]
+      ],
     ];
   }
 
@@ -94,7 +94,7 @@ class DiffFormatter extends DiffFormatterBase {
       [
         'data' => ['#markup' => $line],
         'class' => 'diff-context diff-addedline',
-      ]
+      ],
     ];
   }
 
@@ -116,7 +116,7 @@ class DiffFormatter extends DiffFormatterBase {
       [
         'data' => ['#markup' => $line],
         'class' => 'diff-context diff-deletedline',
-      ]
+      ],
     ];
   }
 
@@ -135,7 +135,7 @@ class DiffFormatter extends DiffFormatterBase {
       [
         'data' => ['#markup' => $line],
         'class' => 'diff-context',
-      ]
+      ],
     ];
   }