Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 241d923

Browse files
committed
minor symfony#3813 [Reference][Forms]fix time field count. (yositani2002)
This PR was merged into the 2.3 branch. Discussion ---------- [Reference][Forms]fix time field count. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- b2484eb fix field count.
2 parents bc96f55 + b2484eb commit 241d923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ options are ``input`` and ``widget``.
5151

5252
Suppose that you have a ``startTime`` field whose underlying time data is a
5353
``DateTime`` object. The following configures the ``time`` type for that
54-
field as three different choice fields:
54+
field as two different choice fields:
5555

5656
.. code-block:: php
5757

0 commit comments

Comments
 (0)