Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / search / src / Tests / SearchRankingTest.php
index 28241d2af2773f5611d8e8f066a8c4a54fdb72b5..55da9acbebca7ed48a8503e7f7457189fbb9c460 100644 (file)
@@ -53,9 +53,9 @@ class SearchRankingTest extends SearchTestBase {
     foreach ($node_ranks as $node_rank) {
       $settings = [
         'type' => 'page',
-        'comment' => [[
-          'status' => CommentItemInterface::HIDDEN,
-        ]],
+        'comment' => [
+          ['status' => CommentItemInterface::HIDDEN],
+        ],
         'title' => 'Drupal rocks',
         'body' => [['value' => "Drupal's search rocks"]],
         // Node is one day old.