Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Entity / EntityViewControllerTest.php
index 684e0be8fc918759e7b841abc319157178592714..363736975328b813cc28c3d1ce8b7009121be31c 100644 (file)
@@ -42,7 +42,7 @@ class EntityViewControllerTest extends BrowserTestBase {
    * Tests EntityViewController.
    */
   public function testEntityViewController() {
-    $get_label_markup = function($label) {
+    $get_label_markup = function ($label) {
       return '<h1 class="page-title">
             <div class="field field--name-name field--type-string field--label-hidden field__item">' . $label . '</div>
       </h1>';