From 88b4e7008d71da9b7d1d87020c491bd674c55351 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 31 Jul 2014 22:03:37 +0100 Subject: [PATCH] [DependencyInjection] Roll back changes made to generated files. Original change was made in e9022adaef40330a92bdf0916bf0b995f942c7fa. --- .../Tests/Fixtures/php/services9_compiled.php | 2 +- .../DependencyInjection/Tests/Fixtures/yaml/services1.yml | 1 + .../DependencyInjection/Tests/Fixtures/yaml/services8.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php index b53bb55006..629499a608 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php @@ -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; } diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml index e69de29bb2..8b13789179 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services1.yml @@ -0,0 +1 @@ + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml index 8850818f86..a1fb590358 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml @@ -4,3 +4,4 @@ parameters: bar: 'foo is %%foo bar' escape: '@@escapeme' values: [true, false, null, 0, 1000.3, 'true', 'false', 'null'] +