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:
@@ -6,7 +6,7 @@ parameters:
|
|||||||
- src/Kernel.php
|
- src/Kernel.php
|
||||||
ignoreErrors:
|
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
|
reportUnmatched: false
|
||||||
paths:
|
paths:
|
||||||
- src/Entity/EmailTracking.php
|
- src/Entity/EmailTracking.php
|
||||||
@@ -22,6 +22,9 @@ parameters:
|
|||||||
- src/Entity/BilletOrder.php
|
- src/Entity/BilletOrder.php
|
||||||
- src/Entity/OrganizerInvitation.php
|
- src/Entity/OrganizerInvitation.php
|
||||||
- src/Entity/AuditLog.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#'
|
message: '#Parameter \#1 \$params of method Stripe\\Service\\.*::create\(\) expects#'
|
||||||
path: src/Controller/OrderController.php
|
path: src/Controller/OrderController.php
|
||||||
|
|||||||
Reference in New Issue
Block a user