[DependencyInjection] Roll back changes made to generated files.

Original change was made in e9022adaef.
This commit is contained in:
Jakub Zalas 2014-07-31 22:03:37 +01:00
parent f89811d8d1
commit 88b4e7008d
3 changed files with 3 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class ProjectServiceContainer extends Container
$this->services['method_call1'] = $instance = new \FooClass();
$instance->setBar($this->get('foo'));
$instance->setBar(null);
$instance->setBar(NULL);
return $instance;
}

View File

@ -4,3 +4,4 @@ parameters:
bar: 'foo is %%foo bar'
escape: '@@escapeme'
values: [true, false, null, 0, 1000.3, 'true', 'false', 'null']