Skip to content

Commit bc1c88d

Browse files
committed
Remove unused use statements
1 parent 42740dd commit bc1c88d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cache.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,6 @@ to enable this feature. This could be added by using the following configuration
567567
.. code-block:: php
568568
569569
// config/packages/cache.php
570-
use Symfony\Component\Cache\Adapter\ChainAdapter;
571-
use Symfony\Component\DependencyInjection\Reference;
572-
573570
$container->loadFromExtension('framework', [
574571
'cache' => [
575572
'pools' => [

reference/configuration/swiftmailer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ alternatives based on the :ref:`service binding <services-binding>` feature:
381381
// config/services.php
382382
use App\Some\Service;
383383
use Psr\Log\LoggerInterface;
384-
use Symfony\Component\DependencyInjection\Reference;
385384
386385
387386
$container->register(Service::class)

0 commit comments

Comments
 (0)