[DependencyInjection] Remove an unused docblock

This commit is contained in:
Kévin Dunglas 2017-01-23 23:12:12 +01:00
parent 4e665548c2
commit 9e33434548
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -24,9 +24,6 @@ use Symfony\Component\DependencyInjection\Reference;
*/
class AutowirePass extends AbstractRecursivePass implements CompilerPassInterface
{
/**
* @var ContainerBuilder
*/
private $reflectionClasses = array();
private $definedTypes = array();
private $types;