Skip to content

Commit

Permalink
removed unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 29, 2011
1 parent 9e70850 commit f8a00ff
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Compiler/LoggingFormatter.php
Expand Up @@ -11,7 +11,6 @@

namespace Symfony\Component\DependencyInjection\Compiler;

use Symfony\Component\DependencyInjection\Definition;

/**
* Used to format logging messages during the compilation.
Expand Down
1 change: 0 additions & 1 deletion ContainerBuilder.php
Expand Up @@ -15,7 +15,6 @@
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Compiler\PassConfig;
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\Config\Resource\ResourceInterface;

Expand Down
1 change: 0 additions & 1 deletion Dumper/GraphvizDumper.php
Expand Up @@ -14,7 +14,6 @@
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\Parameter;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
Expand Down
1 change: 0 additions & 1 deletion Loader/IniFileLoader.php
Expand Up @@ -11,7 +11,6 @@

namespace Symfony\Component\DependencyInjection\Loader;

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\Resource\FileResource;

/**
Expand Down
1 change: 0 additions & 1 deletion Loader/XmlFileLoader.php
Expand Up @@ -17,7 +17,6 @@
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\SimpleXMLElement;
use Symfony\Component\Config\Resource\FileResource;

Expand Down
1 change: 0 additions & 1 deletion Loader/YamlFileLoader.php
Expand Up @@ -16,7 +16,6 @@
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\Yaml\Yaml;

Expand Down

0 comments on commit f8a00ff

Please sign in to comment.