Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / twig_extension_test / src / TwigExtensionTestController.php
index c15b16d8b0b4a00a64b00b588157322becc2ca27..c51d3c89835bcbd53c514d0ad7fd8ed8b3e3d5df 100644 (file)
@@ -20,8 +20,8 @@ class TwigExtensionTestController {
       '#safe_join_items' => [
         '<em>will be escaped</em>',
         $this->t('<em>will be markup</em>'),
-        ['#markup' => '<strong>will be rendered</strong>']
-      ]
+        ['#markup' => '<strong>will be rendered</strong>'],
+      ],
     ];
   }