10000 [DependencyInjection] Removed unused property · symfony/symfony@84808f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 84808f4

Browse files
author
Daniel Holmes
committed
[DependencyInjection] Removed unused property
Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: -
1 parent 1467bdb commit 84808f4

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