Skip to content

Commit 6690c76

Browse files
committed
Improved readability by breaking a single-line use statement into multiple lines.
1 parent 19aa2c3 commit 6690c76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/SupportedTypes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,10 @@ final readonly class Person extends Data
398398
The exact same rules apply for array as well:
399399

400400
```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;
403+
use Nuxtifyts\PhpDto\Data;
404+
use Nuxtifyts\PhpDto\Enums\Property\Type;
402405

403406
final readonly class UserGroup extends Data
404407
{

0 commit comments

Comments
 (0)