Fix PHP CS Fixer style in OrderController

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-23 14:30:46 +01:00
parent 42842effcb
commit 6fa29a0f84

View File

@@ -415,9 +415,6 @@ class OrderController extends AbstractController
return min($qty, $billet->getQuantity());
}
/**
* @param mixed $cart
*/
private function isValidCart(mixed $cart): bool
{
if (!\is_array($cart) || 0 === \count($cart)) {