From 9e334345489850b1dc6893a66aa8479ec81c90b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 23 Jan 2017 23:12:12 +0100 Subject: [PATCH] [DependencyInjection] Remove an unused docblock --- .../Component/DependencyInjection/Compiler/AutowirePass.php | 3 --- 1 file changed, 3 deletions(-) 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;