Skip to content

Commit 5509ab4

Browse files
committed
Removed the versionadded directives
1 parent efa7383 commit 5509ab4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

console/style.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ Content Methods
152152
]
153153
);
154154

155-
.. versionadded:: 4.4
156-
157-
The ``horizontalTable()`` method was introduced in Symfony 4.4.
158-
159155
:method:`Symfony\\Component\\Console\\Style\\SymfonyStyle::definitionList`
160156
It displays the given ``key => value`` pairs as a compact list of elements::
161157

@@ -169,10 +165,6 @@ Content Methods
169165
['foo4' => 'bar4']
170166
);
171167

172-
.. versionadded:: 4.4
173-
174-
The ``definitionList()`` method was introduced in Symfony 4.4.
175-
176168
:method:`Symfony\\Component\\Console\\Style\\SymfonyStyle::newLine`
177169
It displays a blank line in the command output. Although it may seem useful,
178170
most of the times you won't need it at all. The reason is that every helper

0 commit comments

Comments
 (0)