We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cb444 commit 590e641Copy full SHA for 590e641
src/Type/Builder/DateTimeTypeBuilder.php
@@ -39,6 +39,7 @@ public function __construct(
39
protected readonly string $type = self::DEFAULT_INNER_SCALAR_TYPE,
40
/**
41
* @var array<class-string<\DateTimeInterface>, class-string<\DateTimeInterface>>
42
+ *
43
* @phpstan-ignore-next-line : PHPStan false-positive (?)
44
*/
45
protected readonly array $dateInterfaceMapping = self::DEFAULT_DATE_INTERFACE_MAPPING,
0 commit comments