From 40f47e87adca0907006c372d13f095f7deda6259 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 19 Jan 2021 00:53:02 +0100 Subject: [PATCH] StyleCI --- tests/CartTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index b01fca5..ced5879 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -351,7 +351,7 @@ class CartTest extends TestCase ])); $cart->update('027c91341fd5cf4d2579b49c4b6a90da', new BuyableProductTrait([ - 'name' => '', + 'name' => '', 'description' => 'Different description', ]));