Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / hal / tests / src / Functional / EntityResource / EntityTest / EntityTestHalJsonAnonTest.php
index ef3826bea6c6c3794ee80a8fa6299f7cb217150f..06f72bf2cc595c10d2049fa17aa77a20a34bc593 100644 (file)
@@ -39,7 +39,7 @@ class EntityTestHalJsonAnonTest extends EntityTestResourceTestBase {
     $normalization = $this->applyHalFieldNormalization($default_normalization);
 
     $author = User::load(0);
-    return  $normalization + [
+    return $normalization + [
       '_links' => [
         'self' => [
           'href' => $this->baseUrl . '/entity_test/1?_format=hal_json',