Completed
Push — master ( 44cf56...396520 )
by Sander
15:47
created
src/Kunstmaan/DashboardBundle/Controller/DashboardController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @Route("/", name="kunstmaan_dashboard")
19 19
      *
20 20
      * @param \Symfony\Component\HttpFoundation\Request $request
21
-     * @return array
21
+     * @return \Symfony\Component\HttpFoundation\Response
22 22
      */
23 23
     public function indexAction(Request $request, $segmentId=null)
24 24
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Kunstmaan\DashboardBundle\Manager\WidgetManager;
6 6
 use Kunstmaan\DashboardBundle\Widget\DashboardWidget;
7 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
9 8
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
10 9
 use Symfony\Component\HttpFoundation\Request;
11 10
 
Please login to merge, or discard this patch.