Add Attestation, AnalyticsEvent, AnalyticsUniqId to PHPStan $id ignore list

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-26 21:54:41 +01:00
parent af6cea00a8
commit aeb4df8d92

View File

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