partially reverted previous commit

This commit is contained in:
Fabien Potencier 2014-07-29 20:13:16 +02:00
parent e9022adaef
commit 71edf38d59
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']