Skip to content

Commit db34324

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix double "the" [Console] Revert RGB notation in console coloring
2 parents 28b847c + 14d05b1 commit db34324

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

console/coloring.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ You can also set these colors and options directly inside the tag name::
6969
// using hexadecimal colors
7070
$output->writeln('<fg=#c0392b>foo</>');
7171

72-
// using RGB colors
73-
$output->writeln('<fg=rgb(127, 255, 0)>foo</>');
74-
7572
// black text on a cyan background
7673
$output->writeln('<fg=black;bg=cyan>foo</>');
7774

reference/forms/types/options/attr.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ as keys. This can be useful when you need to set a custom class for some widget:
1313
1414
.. seealso::
1515
16-
Use the ``row_attr`` option if you want to add these attributes to the
16+
Use the ``row_attr`` option if you want to add these attributes to
1717
the :ref:`form type row <form-rendering-basics>` element.

reference/forms/types/options/row_attr.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ to render the :ref:`form type row <form-rendering-basics>`::
1212

1313
.. seealso::
1414

15-
Use the ``attr`` option if you want to add these attributes to the
15+
Use the ``attr`` option if you want to add these attributes to
1616
the :ref:`form type widget <form-rendering-basics>` element.

0 commit comments

Comments
 (0)