Skip to content

Commit

Permalink
[DI] Fix typo in cache pool compiler pass
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Feb 21, 2017
1 parent 73467e7 commit b02c720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/RegisterCachePoolPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;)
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference;

/**
Expand Down

0 comments on commit b02c720

Please sign in to comment.