Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / taxonomy / tests / src / Unit / Menu / TaxonomyLocalTasksTest.php
index a2df09934553d0ef3362b255ccc01a6bd6db1416..894232344b7ae1f5c889bc77d8e05408de9f0a33 100644 (file)
@@ -25,7 +25,9 @@ class TaxonomyLocalTasksTest extends LocalTaskIntegrationTestBase {
     $tasks = [
       0 => ['entity.taxonomy_term.canonical', 'entity.taxonomy_term.edit_form'],
     ];
-    if ($subtask) $tasks[] = $subtask;
+    if ($subtask) {
+      $tasks[] = $subtask;
+    }
     $this->assertLocalTasks($route, $tasks);
   }