8000 bug #15020 [Profiler] Remove unused import (sebpacz) · symfony/symfony-docs@1a3d0d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a3d0d3

Browse files
committed
bug #15020 [Profiler] Remove unused import (sebpacz)
This PR was merged into the 5.2 branch. Discussion ---------- [Profiler] Remove unused import I removed the DataCollector class import because it has been replaced with the AbstractDataCollector class. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 1834da9 Update data_collector.rst
2 parents 8680b94 + 1834da9 commit 1a3d0d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

profiler/data_collector.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ request::
3131
use Symfony\Bundle\FrameworkBundle\DataCollector\AbstractDataCollector;
3232
use Symfony\Component\HttpFoundation\Request;
3333
use Symfony\Component\HttpFoundation\Response;
34-
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
3534

3635
class RequestCollector extends AbstractDataCollector
3736
{

0 commit comments

Comments
 (0)
0