From 836d7cfa49913d4a34ba0e44aa9ba06941572020 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 30 Jan 2024 07:37:49 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/PicqerTest/Financials/Moneybird/ModelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PicqerTest/Financials/Moneybird/ModelTest.php b/tests/PicqerTest/Financials/Moneybird/ModelTest.php index 5db30b6..8c6e45f 100644 --- a/tests/PicqerTest/Financials/Moneybird/ModelTest.php +++ b/tests/PicqerTest/Financials/Moneybird/ModelTest.php @@ -57,7 +57,7 @@ public function testMakeFromResponseWithSingleNestedEntities() $dummyResponse = [ 'id' => $salesInvoiceId, 'contact' => [ - 'id' =>$contactId, + 'id' => $contactId, ], ];