Completed
Push — master ( 887bd5...b300f9 )
by Sander
15:26
created
src/Kunstmaan/AdminBundle/Helper/Menu/MenuAdaptorInterface.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
      * @param MenuItem[]    &$children The current children
21 21
      * @param MenuItem|null $parent    The parent Menu item
22 22
      * @param Request       $request   The Request
23
+     * @return void
23 24
      */
24 25
     public function adaptChildren(MenuBuilder $menu, array &$children, MenuItem $parent = null, Request $request = null);
25 26
 }
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder;
6 6
 use Kunstmaan\AdminBundle\Helper\Menu\MenuItem;
7
-
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/Menu/ModulesMenuAdaptor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Kunstmaan\AdminBundle\Helper\Menu\MenuAdaptorInterface;
6 6
 use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder;
7 7
 use Kunstmaan\AdminBundle\Helper\Menu\MenuItem;
8
-
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/Security/Acl/AclWalker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\AdminBundle\Helper\Security\Acl;
4 4
 
5
-use Doctrine\ORM\Query;
6 5
 use Doctrine\ORM\Query\SqlWalker;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/AdminPermissionsTwigExtension.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Returns a list of functions to add to the existing list.
19 19
      *
20
-     * @return array An array of functions
20
+     * @return \Twig_SimpleFunction[] An array of functions
21 21
      */
22 22
     public function getFunctions()
23 23
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Kunstmaan\AdminBundle\Twig;
4 4
 
5 5
 use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin;
6
-
7 6
 use Symfony\Component\Form\FormView;
8
-
9 7
 use Twig_Environment;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/AdminRouteHelperTwigExtension.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\AdminBundle\Twig;
4 4
 
5
-use Twig_Environment;
6
-
7 5
 use Kunstmaan\AdminBundle\Helper\AdminRouteHelper;
8
-use Symfony\Component\Form\FormView;
9 6
 
10 7
 class AdminRouteHelperTwigExtension extends \Twig_Extension
11 8
 {
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Returns a list of functions to add to the existing list.
19 19
      *
20
-     * @return array An array of functions
20
+     * @return \Twig_SimpleFunction[] An array of functions
21 21
      */
22 22
     public function getFunctions()
23 23
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/DateByLocaleExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * Get Twig filters defined in this extension.
14 14
      *
15
-     * @return array
15
+     * @return \Twig_SimpleFilter[]
16 16
      */
17 17
     public function getFilters()
18 18
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/FormToolsExtension.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Get Twig functions defined in this extension.
31 31
      *
32
-     * @return array
32
+     * @return \Twig_SimpleFunction[]
33 33
      */
34 34
     public function getFunctions()
35 35
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Kunstmaan\AdminBundle\Twig;
4 4
 
5 5
 use Kunstmaan\AdminBundle\Helper\FormHelper;
6
-
7 6
 use Symfony\Component\Form\FormView;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/GoogleSignInTwigExtension.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\AdminBundle\Twig;
4 4
 
5
-use Twig_Environment;
6 5
 use Twig_Extension;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Returns a list of functions to add to the existing list.
19 19
      *
20
-     * @return array An array of functions
20
+     * @return \Twig_SimpleFunction[] An array of functions
21 21
      */
22 22
     public function getFunctions()
23 23
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Twig/SidebarTwigExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
     /**
12 12
      * Get Twig functions defined in this extension.
13 13
      *
14
-     * @return array
14
+     * @return \Twig_SimpleFunction[]
15 15
      */
16 16
     public function getFunctions()
17 17
     {
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
     /**
24 24
      * Return the admin menu MenuBuilder.
25 25
      *
26
-     * @return MenuBuilder
26
+     * @return boolean
27 27
      */
28 28
     public function hideSidebarInNodeEditAdmin($node)
29 29
     {
Please login to merge, or discard this patch.