Skip to content

Commit

Permalink
minor #19331 [Form][#16809] add missing pad property (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Jul 11, 2016
2 parents 0fc2b62 + 647e6ba commit b38d8d9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -40,6 +40,7 @@ class DateIntervalToArrayTransformer implements DataTransformerInterface
self::INVERT => 'r',
);
private $fields;
private $pad;

/**
* @param string[] $fields The date fields
Expand Down

0 comments on commit b38d8d9

Please sign in to comment.