Skip to content

Commit e10d9e9

Browse files
committed
minor #9921 removed unneeded use statements (fabpot)
This PR was merged into the 2.4 branch. Discussion ---------- removed unneeded use statements Commits ------- fd45c83 removed unneeded use statements
2 parents 051d2fb + fd45c83 commit e10d9e9

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

src/Symfony/Component/Debug/Debug.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Debug;
1313

14-
use Symfony\Component\Debug\DebugClassLoader;
15-
1614
/**
1715
* Registers all the debug tools.
1816
*

src/Symfony/Component/DependencyInjection/ContainerBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use Symfony\Component\Config\Resource\ResourceInterface;
2525
use Symfony\Component\DependencyInjection\LazyProxy\Instantiator\InstantiatorInterface;
2626
use Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator;
27-
use Symfony\Component\DependencyInjection\ExpressionLanguage;
2827
use Symfony\Component\ExpressionLanguage\Expression;
2928

3029
/**

src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
use Symfony\Component\Form\Exception\UnexpectedTypeException;
1515
use Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderAdapter;
16+
use Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface;
17+
use Symfony\Component\Form\AbstractExtension;
18+
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
19+
use Symfony\Component\Translation\TranslatorInterface;
1620

1721
/**
1822
* This extension protects forms by using a CSRF token.

src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpKernel\DataCollector;
1313

14-
use Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface;
1514
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\HttpKernel\Debug\ErrorHandler;
1616
use Symfony\Component\HttpFoundation\Response;
1717
use Symfony\Component\HttpKernel\Log\DebugLoggerInterface;
18-
use Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface;
1918

2019
/**
2120
* LogDataCollector.

src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpKernel\DataCollector;
1313

14-
use Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface;
1514
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpFoundation\Response;
1716

src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
namespace Symfony\Component\HttpKernel\DataCollector;
1313

14-
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
15-
use Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface;
14+
use Symfony\Component\HttpFoundation\Request;
15+
use Symfony\Component\HttpFoundation\Response;
16+
use Symfony\Component\HttpKernel\KernelInterface;
1617

1718
/**
1819
* TimeDataCollector.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy