File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \HttpFoundation \Request ;
17
17
use Symfony \Component \HttpFoundation \Response ;
18
18
use Symfony \Component \HttpKernel \DataCollector \DataCollector ;
19
- use Symfony \Component \HttpKernel \DataCollector \Util \ValueExporter ;
20
19
use Symfony \Component \Validator \ConstraintViolationInterface ;
21
20
use Symfony \Component \VarDumper \Caster \Caster ;
22
21
use Symfony \Component \VarDumper \Caster \ClassStub ;
@@ -68,11 +67,6 @@ class FormDataCollector extends DataCollector implements FormDataCollectorInterf
68
67
*/
69
68
private $ formsByView ;
70
69
71
- /**
72
- * @var ValueExporter
73
- */
74
- private $ valueExporter ;
75
-
76
70
private $ hasVarDumper ;
77
71
78
72
public function __construct (FormDataExtractorInterface $ dataExtractor )
You can’t perform that action at this time.
0 commit comments