Skip to content

Commit 49344ca

Browse files
Fix cs
1 parent 7a7e22f commit 49344ca

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

src/Type/Doctrine/Descriptors/Ramsey/UuidTypeDescriptor.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111

1212
class UuidTypeDescriptor implements DoctrineTypeDescriptor
1313
{
14-
/**
15-
* @var class-string<\Doctrine\DBAL\Types\Type>
16-
*/
14+
15+
/** @var class-string<\Doctrine\DBAL\Types\Type> */
1716
private string $uuidTypeName;
1817

1918
/**

src/Type/Doctrine/Descriptors/Symfony/UlidTypeDescriptor.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
class UlidTypeDescriptor implements DoctrineTypeDescriptor
1313
{
1414

15-
/**
16-
* @var class-string<\Doctrine\DBAL\Types\Type>
17-
*/
15+
/** @var class-string<\Doctrine\DBAL\Types\Type> */
1816
private string $uuidTypeName;
1917

2018
/**

src/Type/Doctrine/Descriptors/Symfony/UuidTypeDescriptor.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
class UuidTypeDescriptor implements DoctrineTypeDescriptor
1313
{
1414

15-
/**
16-
* @var class-string<\Doctrine\DBAL\Types\Type>
17-
*/
15+
/** @var class-string<\Doctrine\DBAL\Types\Type> */
1816
private string $uuidTypeName;
1917

2018
/**

0 commit comments

Comments
 (0)