Skip to content

Commit 48e6df0

Browse files
committed
rector
1 parent a3122b8 commit 48e6df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/AssistantService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getMeta(CartInterface $cart, ProductInterface $product): ?array
5858
return array_merge($metaCart, $metaProduct);
5959
}
6060

61-
if (count($metaCart) > 0) {
61+
if ($metaCart !== []) {
6262
return $metaCart;
6363
}
6464

0 commit comments

Comments
 (0)