[DependencyInjection] removed unused private property $parameterBag in ResolveParameterPlaceHoldersPass::process() method.

This commit is contained in:
Hugo Hamon 2012-01-10 21:39:22 +01:00
parent 1ad3d8673b
commit defdac6d0d

View File

@ -21,8 +21,6 @@ use Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException;
*/
class ResolveParameterPlaceHoldersPass implements CompilerPassInterface
{
private $parameterBag;
/**
* Processes the ContainerBuilder to resolve parameter placeholders.
*