Commit fd140fc
committed
minor #16691 [DI] remove useless condition around unset (Tobion)
This PR was merged into the 2.3 branch.
Discussion
----------
[DI] remove useless condition around unset
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | n/a
| License | MIT
| Doc PR | n/a
Commits
-------
478375d [DI] remove useless condition around unsetFile tree
Expand file treeCollapse file tree
2 files changed
+2
-7
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/DependencyInjection
Expand file treeCollapse file tree
2 files changed
+2
-7
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
312 | 312 | |
313 | 313 | |
314 | 314 | |
315 | | - |
316 | | - |
317 | | - |
318 | | - |
| 315 | + |
319 | 316 | |
320 | 317 | |
321 | 318 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
409 | 409 | |
410 | 410 | |
411 | 411 | |
412 | | - |
413 | | - |
414 | | - |
| 412 | + |
415 | 413 | |
416 | 414 | |
417 | 415 | |
|
0 commit comments