X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDiff%2FDiffFormatter.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDiff%2FDiffFormatter.php;h=52f5550abc9655afd7d6ebfdbdbf30fa47c4f6b6;hp=1b3604d589ecb6a105b10f6811d0cd693860d524;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/lib/Drupal/Core/Diff/DiffFormatter.php b/web/core/lib/Drupal/Core/Diff/DiffFormatter.php index 1b3604d58..52f5550ab 100644 --- a/web/core/lib/Drupal/Core/Diff/DiffFormatter.php +++ b/web/core/lib/Drupal/Core/Diff/DiffFormatter.php @@ -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', - ] + ], ]; }