Ignore PHPStan $id never assigned for Billet and BilletDesign entities
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
|
||||
ignoreErrors:
|
||||
-
|
||||
message: '#Property App\\Entity\\(EmailTracking|MessengerLog|User|Payout|Event|Category)::\$id .* never assigned#'
|
||||
message: '#Property App\\Entity\\(EmailTracking|MessengerLog|User|Payout|Event|Category|Billet|BilletDesign)::\$id .* never assigned#'
|
||||
paths:
|
||||
- src/Entity/EmailTracking.php
|
||||
- src/Entity/MessengerLog.php
|
||||
@@ -14,3 +14,5 @@ parameters:
|
||||
- src/Entity/Payout.php
|
||||
- src/Entity/Event.php
|
||||
- src/Entity/Category.php
|
||||
- src/Entity/Billet.php
|
||||
- src/Entity/BilletDesign.php
|
||||
|
||||
Reference in New Issue
Block a user