Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Mar 29, 2023
1 parent add6255 commit 521af35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaraCart.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 521af35

Please sign in to comment.