Fix PHPStan config (path vs paths), label accessibility, ignore table headers in PDF

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-21 17:41:11 +01:00
parent 15c31413fb
commit 6005c438c4
3 changed files with 7 additions and 5 deletions

View File

@@ -7,9 +7,6 @@ parameters:
ignoreErrors:
-
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
@@ -22,3 +19,6 @@ parameters:
- src/Entity/BilletBuyer.php
- src/Entity/BilletBuyerItem.php
- src/Entity/BilletOrder.php
-
message: '#Parameter \#1 \$params of method Stripe\\Service\\Checkout\\SessionService::create\(\) expects#'
path: src/Controller/OrderController.php