File tree 2 files changed +2
-5
lines changed
src/Symfony/Component/Form/Extension/DataCollector 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 17
17
use Symfony \Component \HttpFoundation \Response ;
18
18
use Symfony \Component \HttpKernel \DataCollector \DataCollector ;
19
19
use Symfony \Component \HttpKernel \DataCollector \Util \ValueExporter ;
20
+ use Symfony \Component \Validator \ConstraintViolationInterface ;
20
21
use Symfony \Component \VarDumper \Caster \Caster ;
21
22
use Symfony \Component \VarDumper \Caster \ClassStub ;
23
+ use Symfony \Component \VarDumper \Cloner \ClonerInterface ;
22
24
use Symfony \Component \VarDumper \Cloner \Data ;
23
25
use Symfony \Component \VarDumper \Cloner \Stub ;
24
26
use Symfony \Component \VarDumper \Cloner \VarCloner ;
Original file line number Diff line number Diff line change 23
23
*/
24
24
class FormDataExtractor implements FormDataExtractorInterface
25
25
{
26
- /**
27
- * @var VarCloner
28
- */
29
- private $ cloner ;
30
-
31
26
/**
32
27
* Constructs a new data extractor.
33
28
*/
You can’t perform that action at this time.
0 commit comments