From 30b904553ff3012d932fe278ed56986726447b75 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Mon, 12 Mar 2018 22:30:06 +0100 Subject: [PATCH] Update index.rst There is no reason for the use ContainerInterface with the ContainerAwareTrait. --- Resources/doc/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index b031232..d67e7b8 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -349,7 +349,6 @@ With the trait // ... use Symfony\Component\DependencyInjection\ContainerAwareInterface; - use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerAwareTrait; class Version20130326212938 extends AbstractMigration implements ContainerAwareInterface