8000 removed unneeded use statements · symfony/symfony@fd45c83 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd45c83

Browse files
committed
removed unneeded use statements
1 parent e0402ba commit fd45c83

File tree

7 files changed

+7
-8
lines changed
< 8000 span role="status" aria-live="polite" aria-atomic="true" class="_VisuallyHidden__VisuallyHidden-sc-11jhm7a-0 brGdpi">

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)
0