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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user