File tree 1 file changed +3
-4
lines changed
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
75
75
Removes internal objects' handles for sparser output (useful for tests).
76
76
77
77
:method: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data::seek `
78
+ .. versionadded :: 3.2
79
+ The ``seek() `` method was introduced in Symfony 3.2.
80
+
78
81
Selects only subparts of already cloned arrays, objects or resources.
79
82
80
83
Unlike the previous limits on cloners that remove data on purpose, these can
@@ -87,10 +90,6 @@ intermediate representation internally.
87
90
object is as accurate as the native :phpfunction: `serialize ` function,
88
91
and thus could be used for purposes beyond debugging.
89
92
90
- .. versionadded :: 3.2
91
- The :method: `Symfony\\ Component\\ VarDumper\\ Cloner\\ Data::seek ` method has been
92
- added in Symfony 3.2
93
-
94
93
Dumpers
95
94
-------
96
95
You can’t perform that action at this time.
0 commit comments