8000 [DependencyInjection] Roll back changes made to generated files. · symfony/symfony@88b4e70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88b4e70

Browse files
committed
[DependencyInjection] Roll back changes made to generated files.
Original change was made in e9022ad.
1 parent f89811d commit 88b4e70

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ protected function getMethodCall1Service()
201201
$this->services['method_call1'] = $instance = new \FooClass();
202202

203203
$instance->setBar($this->get('foo'));
204-
$instance->setBar(null);
204+
$instance->setBar(NULL);
205205

206206
return $instance;
207207
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ parameters:
44
bar: 'foo is %%foo bar'
55
escape: '@@escapeme'
66
values: [true, false, null, 0, 1000.3, 'true', 'false', 'null']
7+

0 commit comments

Comments
 (0)
0