8000 merged branch danielholmes/patch-2 (PR #2302) · Faianca/symfony@73fb30f · GitHub
[go: up one dir, main page]

Skip to content

Commit 73fb30f

Browse files
committed
merged branch danielholmes/patch-2 (PR symfony#2302)
Commits ------- 84808f4 [DependencyInjection] Removed unused property Discussion ---------- [DependencyInjection] Removed unused property Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: -
2 parents 1467bdb + 84808f4 commit 73fb30f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/ContainerBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
3434
private $aliases = array();
3535
private $resources = array();
3636
private $extensionConfigs = array();
37-
private $injectors = array();
3837
private $compiler;
3938

4039
/**

0 commit comments

Comments
 (0)
0