feat: explicit icon map for hotel cms-data response
This commit is contained in:
@@ -13,8 +13,8 @@ namespace App\Model;
|
||||
final readonly class CmsHotelData
|
||||
{
|
||||
/**
|
||||
* @param array<string, mixed>|null $images
|
||||
* @param array<string, array{label?: string|null, value?: mixed}>|null $icons
|
||||
* @param array<string, mixed>|null $images
|
||||
* @param list<array{icon: string, label: string|false}>|null $icons
|
||||
*/
|
||||
public function __construct(
|
||||
public ?string $name,
|
||||
|
||||
Reference in New Issue
Block a user