From 521af357b32c8adfb1129ac2085f517fc90809f3 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 29 Mar 2023 16:51:12 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/LaraCart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LaraCart.php b/src/LaraCart.php index 7254e57..d14d4dd 100644 --- a/src/LaraCart.php +++ b/src/LaraCart.php @@ -379,10 +379,10 @@ public function find($data) switch (count($matches)) { case 0: return; - break; + break; case 1: return $matches[0]; - break; + break; default: return $matches; }