We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3242f6 commit 7c6922cCopy full SHA for 7c6922c
components/finder.rst
@@ -194,10 +194,11 @@ You can also define your own sorting algorithm with ``sort()`` method::
194
195
You can reverse any sorting by using the ``reverseSorting()`` method::
196
197
+ // results will be sorted "Z to A" instead of the default "A to Z"
198
$finder->sortByName()->reverseSorting();
199
200
.. versionadded:: 4.2
- The ``reverseSorting()`` method to reverse the sort order was introduced in Symfony 4.2.
201
+ The ``reverseSorting()`` method was introduced in Symfony 4.2.
202
203
.. note::
204
0 commit comments