merged branch bamarni/master (PR #4050)

Commits
-------

4a9a9d6 fixed typo
167597c removed unused use statement

Discussion
----------

typo fixes

---------------------------------------------------------------------------

by ruian at 2012-04-21T10:24:04Z

@fabpot this one is Ok just some typos and a useless Namespace using
This commit is contained in:
Fabien Potencier 2012-04-21 12:52:50 +02:00
commit e755a46599
2 changed files with 1 additions and 2 deletions

View File

@ -162,7 +162,7 @@ class Definition
}
/**
* Sets the service class.
* Gets the service class.
*
* @return string The service class
*

View File

@ -27,7 +27,6 @@ use Symfony\Component\HttpKernel\Bundle\BundleInterface;
use Symfony\Component\HttpKernel\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass;
use Symfony\Component\HttpKernel\DependencyInjection\AddClassesToCachePass;
use Symfony\Component\HttpKernel\DependencyInjection\Extension as DIExtension;
use Symfony\Component\HttpKernel\Debug\ErrorHandler;
use Symfony\Component\HttpKernel\Debug\ExceptionHandler;
use Symfony\Component\Config\Loader\LoaderResolver;