Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / hal / tests / src / Functional / EntityResource / Comment / CommentHalJsonTestBase.php
index fc9248aca73d85e3839368561b422ad501a86fdd..1939e04364bfa5d33858d5e51f2726b111556044 100644 (file)
@@ -58,7 +58,7 @@ abstract class CommentHalJsonTestBase extends CommentResourceTestBase {
     // User entity without a UUID, we cannot use it.
     $author = User::load($this->entity->getOwnerId());
     $commented_entity = EntityTest::load(1);
-    return  $normalization + [
+    return $normalization + [
       '_links' => [
         'self' => [
           'href' => $this->baseUrl . '/comment/1?_format=hal_json',