From d78b555aa17a8bbdec3b3b12bcad4b1c83bcb512 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 26 Jun 2019 15:38:40 +0200 Subject: [PATCH] Update CartTest.php Codestyle --- tests/CartTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index 611ae37..fc8f6ab 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -263,7 +263,7 @@ class CartTest extends TestCase $cart->add(1, 'Some title', 1, 'invalid'); } - + /** * @test */