Skip to content

Commit 590e641

Browse files
committed
Apply phpcs
1 parent 50cb444 commit 590e641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/Builder/DateTimeTypeBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function __construct(
3939
protected readonly string $type = self::DEFAULT_INNER_SCALAR_TYPE,
4040
/**
4141
* @var array<class-string<\DateTimeInterface>, class-string<\DateTimeInterface>>
42+
*
4243
* @phpstan-ignore-next-line : PHPStan false-positive (?)
4344
*/
4445
protected readonly array $dateInterfaceMapping = self::DEFAULT_DATE_INTERFACE_MAPPING,

0 commit comments

Comments
 (0)