Skip to content

Commit 89b355d

Browse files
committed
[Profiler] Fix data collector getCasters() call
1 parent bf547e4 commit 89b355d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Extension/DataCollector/FormDataCollector.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\HttpFoundation\Request;
1717
use Symfony\Component\HttpFoundation\Response;
1818
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
19-
use Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter;
2019
use Symfony\Component\Validator\ConstraintViolationInterface;
2120
use Symfony\Component\VarDumper\Caster\Caster;
2221
use Symfony\Component\VarDumper\Caster\ClassStub;
@@ -68,11 +67,6 @@ class FormDataCollector extends DataCollector implements FormDataCollectorInterf
6867
*/
6968
private $formsByView;
7069

71-
/**
72-
* @var ValueExporter
73-
*/
74-
private $valueExporter;
75-
7670
private $hasVarDumper;
7771

7872
public function __construct(FormDataExtractorInterface $dataExtractor)

0 commit comments

Comments
 (0)