You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SupportedTypes.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,10 @@ final readonly class Person extends Data
398
398
The exact same rules apply for array as well:
399
399
400
400
```php
401
-
use Nuxtifyts\PhpDto\Attributes\Property\Types\ArrayOfData;use Nuxtifyts\PhpDto\Attributes\Property\Types\ArrayOfScalarTypes;use Nuxtifyts\PhpDto\Data;use Nuxtifyts\PhpDto\Enums\Property\Type;
401
+
use Nuxtifyts\PhpDto\Attributes\Property\Types\ArrayOfData;
402
+
use Nuxtifyts\PhpDto\Attributes\Property\Types\ArrayOfScalarTypes;
0 commit comments