From ac4e7a90a430a82cd055a575bceff87d8f92058a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 18 Sep 2023 10:23:08 +0200 Subject: [PATCH] Code formatting. --- tests/ContentsTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ContentsTest.php b/tests/ContentsTest.php index ded6436..e310a4a 100644 --- a/tests/ContentsTest.php +++ b/tests/ContentsTest.php @@ -64,9 +64,9 @@ public function testCreateAndFetchUnpublishedContent() $value = uniqid(); $createdContent = $this->client->contents()->postContent(static::$schema->getName(), [ - 'field1' => [ - 'iv' => $value - ] + 'field1' => [ + 'iv' => $value + ] ]); $content = $this->client->contents()->getContent(static::$schema->getName(), $createdContent->getId(), -2, null, null, true);