diff --git a/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php b/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php index 2e97afc0b8e8..620b5bf4e5c1 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php @@ -24,9 +24,6 @@ */ class AutowirePass extends AbstractRecursivePass implements CompilerPassInterface { - /** - * @var ContainerBuilder - */ private $reflectionClasses = array(); private $definedTypes = array(); private $types;