Fix PHPStan: add BilletOrder to id ignore, ignore Stripe session create type

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-21 16:00:21 +01:00
parent 255ed75474
commit fc591f17c7

View File

@@ -6,7 +6,10 @@ parameters:
- src/Kernel.php
ignoreErrors:
-
message: '#Property App\\Entity\\(EmailTracking|MessengerLog|User|Payout|Event|Category|Billet|BilletDesign|BilletBuyer|BilletBuyerItem)::\$id .* never assigned#'
message: '#Property App\\Entity\\(EmailTracking|MessengerLog|User|Payout|Event|Category|Billet|BilletDesign|BilletBuyer|BilletBuyerItem|BilletOrder)::\$id .* never assigned#'
-
message: '#Parameter \#1 \$params of method Stripe\\Service\\Checkout\\SessionService::create\(\) expects#'
path: src/Controller/OrderController.php
paths:
- src/Entity/EmailTracking.php
- src/Entity/MessengerLog.php