File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -870,9 +870,8 @@ configuration:
870870 .. code-block :: php-annotations
871871
872872 // src/AppBundle/Controller/WelcomeController.php
873- namespace AppBundle\Controller;
873+ // ...
874874
875- use Symfony\Bundle\FrameworkBundle\Controller\Controller;
876875 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
877876
878877 class WelcomeController extends Controller
@@ -940,9 +939,8 @@ route:
940939 .. code-block :: php-annotations
941940
942941 // src/AppBundle/Controller/ArticleController.php
943- namespace AppBundle\Controller;
942+ // ...
944943
945- use Symfony\Bundle\FrameworkBundle\Controller\Controller;
946944 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
947945
948946 class ArticleController extends Controller
You can’t perform that action at this time.
0 commit comments