Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / menu_test / src / Plugin / Derivative / LocalTaskTest.php
index decfd36740e471faefe6502cde3694a6b3ecbc55..90270b6451fcac55466c399c1c60573fc8545872 100644 (file)
@@ -15,7 +15,8 @@ class LocalTaskTest extends DeriverBase {
       $this->derivatives[$key] = $base_plugin_definition;
       $this->derivatives[$key]['title'] = $title;
       $this->derivatives[$key]['route_parameters'] = ['placeholder' => $key];
-      $this->derivatives[$key]['weight'] = $weight++; // ensure weights for testing.
+      // Ensure weights for testing.
+      $this->derivatives[$key]['weight'] = $weight++;
     }
     return $this->derivatives;
   }