From 4ab413cd4e199d5631fdc3b8464eeec0b558f5ba Mon Sep 17 00:00:00 2001 From: stanislav shupilkin Date: Sat, 3 Feb 2024 00:20:28 +0400 Subject: [PATCH] Fix php-cs-fix errors --- tests/Feature/Reindexer/ServiceTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/Reindexer/ServiceTest.php b/tests/Feature/Reindexer/ServiceTest.php index 7dfe983..9be881d 100644 --- a/tests/Feature/Reindexer/ServiceTest.php +++ b/tests/Feature/Reindexer/ServiceTest.php @@ -212,6 +212,5 @@ public function testSetReplication() ], $response->getDecodedResponseBody(true) ); - } }