Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b38d8d9

Browse filesBrowse 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
Copy full SHA for b38d8d9

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.