File "CollectionAnnotation.php"

Full Path: /var/www/html/back/vendor/spatie/laravel-data/src/Support/Annotations/CollectionAnnotation.php
File size: 240 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\LaravelData\Support\Annotations;

class CollectionAnnotation
{
    public function __construct(
        public string $type,
        public bool $isData,
        public string $keyType = 'array-key',
    ) {
    }
}