chore: cgl cleanup
This commit is contained in:
@@ -10,10 +10,10 @@ namespace App\Form\Model;
|
||||
final class BookingSummaryPricingDto
|
||||
{
|
||||
/**
|
||||
* @param array<int, array<string, mixed>> $rooms
|
||||
* @param array<int, array<string, mixed>> $services
|
||||
* @param array<int, array<string, mixed>> $rooms
|
||||
* @param array<int, array<string, mixed>> $services
|
||||
* @param array<int, array<string, mixed>>|null $surcharges
|
||||
* @param array<int, int> $assignmentCounts
|
||||
* @param array<int, int> $assignmentCounts
|
||||
*/
|
||||
public function __construct(
|
||||
public readonly array $rooms,
|
||||
|
||||
Reference in New Issue
Block a user