laravel-shop/src/Enums
Fabian @ Blax Software afdcd8bc75 feat: Enhance traits with strict types and improve method signatures
- Added strict types declaration to multiple traits for better type safety.
- Updated method signatures in traits to use nullable types where applicable.
- Improved documentation for traits, including host-model contracts and method descriptions.
- Added new tests to ensure correct behavior of loan checkout and stock management.
- Fixed regression in order number generation to ensure proper string formatting.
- Ensured that currency codes sent to Stripe are consistently lowercased.
2026-05-15 20:26:24 +02:00
..
BillingScheme.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
CartStatus.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
OrderStatus.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
PriceType.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
PricingStrategy.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
ProductAttributeType.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
ProductRelationType.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
ProductStatus.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
ProductType.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
PurchaseStatus.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
RecurringInterval.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
StockStatus.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00
StockType.php feat: Enhance traits with strict types and improve method signatures 2026-05-15 20:26:24 +02:00