Skip to content

Commit d64c19b

Browse files
committed
[#6891] move the versionadded directive
1 parent 730686f commit d64c19b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/var_dumper/advanced.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Before dumping it, you can further limit the resulting
7575
Removes internal objects' handles for sparser output (useful for tests).
7676

7777
:method:`Symfony\\Component\\VarDumper\\Cloner\\Data::seek`
78+
.. versionadded:: 3.2
79+
The ``seek()`` method was introduced in Symfony 3.2.
80+
7881
Selects only subparts of already cloned arrays, objects or resources.
7982

8083
Unlike the previous limits on cloners that remove data on purpose, these can
@@ -87,10 +90,6 @@ intermediate representation internally.
8790
object is as accurate as the native :phpfunction:`serialize` function,
8891
and thus could be used for purposes beyond debugging.
8992

90-
.. versionadded:: 3.2
91-
The :method:`Symfony\\Component\\VarDumper\\Cloner\\Data::seek` method has been
92-
added in Symfony 3.2
93-
9493
Dumpers
9594
-------
9695

0 commit comments

Comments
 (0)