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 8774f7d

Browse filesBrowse files
committed
minor #6013 [2.7][Form] placeholder option: replace "in favor" misuses (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- [2.7][Form] placeholder option: replace "in favor" misuses | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.7+ | Fixed tickets | - Commits ------- 7e5b7f1 [Form] placeholder option: replace "in favor" misuses
2 parents 86901d8 + 7e5b7f1 commit 8774f7d
Copy full SHA for 8774f7d

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎cookbook/form/create_custom_field_type.rst

Copy file name to clipboardExpand all lines: cookbook/form/create_custom_field_type.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ the gender codes were stored in configuration or in a database? The next
257257
section explains how more complex field types solve this problem.
258258

259259
.. versionadded:: 2.6
260-
The ``placeholder`` option was introduced in Symfony 2.6 in favor of
260+
The ``placeholder`` option was introduced in Symfony 2.6 and replaces
261261
``empty_value``, which is available prior to 2.6.
262262

263263
.. _form-cookbook-form-field-service:

‎cookbook/form/dynamic_form_modification.rst

Copy file name to clipboardExpand all lines: cookbook/form/dynamic_form_modification.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ sport like this::
501501
}
502502

503503
.. versionadded:: 2.6
504-
The ``placeholder`` option was introduced in Symfony 2.6 in favor of
504+
The ``placeholder`` option was introduced in Symfony 2.6 and replaces
505505
``empty_value``, which is available prior to 2.6.
506506

507507
When you're building this form to display to the user for the first time,

‎reference/forms/types/date.rst

Copy file name to clipboardExpand all lines: reference/forms/types/date.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ placeholder
8585
~~~~~~~~~~~
8686

8787
.. versionadded:: 2.6
88-
The ``placeholder`` option was introduced in Symfony 2.6 in favor of
88+
The ``placeholder`` option was introduced in Symfony 2.6 and replaces
8989
``empty_value``, which is available prior to 2.6.
9090

9191
**type**: ``string`` or ``array``

‎reference/forms/types/options/placeholder.rst.inc

Copy file name to clipboardExpand all lines: reference/forms/types/options/placeholder.rst.inc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ placeholder
22
~~~~~~~~~~~
33

44
.. versionadded:: 2.6
5-
The ``placeholder`` option was introduced in Symfony 2.6 in favor of
5+
The ``placeholder`` option was introduced in Symfony 2.6 and replaces
66
``empty_value``, which is available prior to 2.6.
77

88
.. versionadded:: 2.3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.