10000 [#16809] add missing pad property · symfony/symfony@647e6ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 647e6ba

Browse files
committed
[#16809] add missing pad property
1 parent 0fc2b62 commit 647e6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class DateIntervalToArrayTransformer implements DataTransformerInterface
4040
self::INVERT => 'r',
4141
);
4242
private $fields;
43+
private $pad;
4344

4445
/**
4546
* @param string[] $fields The date fields

0 commit comments

Comments
 (0)
0