File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
8083Unlike 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-
9493Dumpers
9594-------
9695
You can’t perform that action at this time.
0 commit comments