diff --git a/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php b/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
index dadde4e51e7239a6b51b9f14ddb6ac574feed088..b56aa99aa7ca43b438c4712b0a1b64ee5b273537 100644
--- a/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
+++ b/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
@@ -195,7 +195,7 @@ protected function _diag($xoff, $xlim, $yoff, $ylim, $nchunks) {
}
$x1 = $xoff + (int)(($numer + ($xlim - $xoff) * $chunk) / $nchunks);
- for ( ; $x < $x1; $x++) {
+ for (; $x < $x1; $x++) {
$line = $flip ? $this->yv[$x] : $this->xv[$x];
if (empty($ymatches[$line])) {
continue;
diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist
index efc48ed56afef4ac6fa10cceb948acecf1d6f075..1913d89f35d3099b1cdadaee69056697bb8e7fd1 100644
--- a/core/phpcs.xml.dist
+++ b/core/phpcs.xml.dist
@@ -143,6 +143,14 @@
+
+
+
+ 0
+
+
+ 0
+