tabs -> spaces

This commit is contained in:
Johannes Schmitt 2011-07-16 16:13:26 +02:00
parent 2c224ce42b
commit 2d3051f9cc

View File

@ -750,7 +750,7 @@ EOF;
public function getParameterBag()
{
if (null === \$this->parameterBag) {
\$this->parameterBag = new FrozenParameterBag(\$this->parameters);
\$this->parameterBag = new FrozenParameterBag(\$this->parameters);
}
return \$this->parameterBag;