8000 minor #19331 [Form][#16809] add missing pad property (xabbuh) · symfony/symfony@b38d8d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b38d8d9

Browse files
committed
minor #19331 [Form][#16809] add missing pad property (xabbuh)
This PR was merged into the 3.2-dev branch. Discussion ---------- [Form][#16809] add missing pad property | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16809 (comment) | License | MIT | Doc PR | Commits ------- 647e6ba [#16809] add missing pad property
2 parents 0fc2b62 + 647e6ba commit b38d8d9

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