Completed
Pull Request — 6.0 (#1881)
by Sander
68:36 queued 50:55
created
src/Kunstmaan/ConfigBundle/Controller/ConfigController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
      * @param Request $request
92 92
      * @param string $internalName
93 93
      *
94
-     * @return array|RedirectResponse
94
+     * @return \Symfony\Component\HttpFoundation\Response
95 95
      */
96 96
     public function indexAction(Request $request, $internalName)
97 97
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Kunstmaan\ConfigBundle\Entity\AbstractConfig;
7 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8 8
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
9
-use Symfony\Component\DependencyInjection\ContainerInterface;
10 9
 use Symfony\Component\Form\FormFactoryInterface;
11 10
 use Symfony\Component\HttpFoundation\RedirectResponse;
12 11
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.