File tree 2 files changed +9
-0
lines changed
src/Symfony/Component/HttpKernel 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 2.8.0
5
+ -----
6
+
7
+ * deprecated ` Profiler::import ` and ` Profiler::export `
8
+
4
9
2.7.0
5
10
-----
6
11
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ public function purge()
137
137
* @param Profile $profile A Profile instance
138
138
*
139
139
* @return string The exported data
140
+ *
141
+ * @deprecated since Symfony 2.8, to be removed in 3.0.
140
142
*/
141
143
public function export (Profile $ profile )
142
144
{
@@ -149,6 +151,8 @@ public function export(Profile $profile)
149
151
* @param string $data A data string as exported by the export() method
150
152
*
151
153
* @return Profile A Profile instance
154
+ *
155
+ * @deprecated since Symfony 2.8, to be removed in 3.0.
152
156
*/
153
157
public function import ($ data )
154
158
{
You can’t perform that action at this time.
0 commit comments