Completed
Push — master ( 91fdab...75a7b9 )
by
unknown
13:37
created
src/Kunstmaan/AdminBundle/Entity/Group.php 1 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\Entity;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
-
7 6
 use Doctrine\Common\Collections\Collection;
8 7
 use Doctrine\ORM\Mapping as ORM;
9 8
 use FOS\UserBundle\Model\GroupInterface;
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/EventListener/AdminLocaleListener.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
     /**
83 83
      * @param TokenInterface $token
84
-     * @param                $providerKey
84
+     * @param                string $providerKey
85 85
      *
86 86
      * @return bool
87 87
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
6 6
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
7 7
 use Symfony\Component\HttpKernel\KernelEvents;
8
-use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;
9 8
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
10 9
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
11
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
12 10
 use Symfony\Component\Translation\TranslatorInterface;
13 11
 use Kunstmaan\AdminBundle\Helper\AdminRouteHelper;
14 12
 
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/AdminPanel/DefaultAdminPanelAdaptor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     }
21 21
 
22 22
     /**
23
-     * @return AdminPanelActionInterface[]
23
+     * @return AdminPanelAction[]
24 24
      */
25 25
     public function getAdminPanelActions()
26 26
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/AdminRouteHelper.php 1 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\Helper;
4 4
 
5 5
 use Kunstmaan\NodeBundle\Router\SlugRouter;
6
-use Symfony\Component\HttpFoundation\Request;
7 6
 use Symfony\Component\HttpFoundation\RequestStack;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/DomainConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     }
57 57
 
58 58
     /**
59
-     * @return array
59
+     * @return string[]
60 60
      */
61 61
     public function getHosts()
62 62
     {
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/FormWidgets/FormWidgetInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,16 +14,19 @@
 block discarded – undo
14 14
 
15 15
     /**
16 16
      * @param FormBuilderInterface $builder The form builder
17
+     * @return void
17 18
      */
18 19
     public function buildForm(FormBuilderInterface $builder);
19 20
 
20 21
     /**
21 22
      * @param Request $request
23
+     * @return void
22 24
      */
23 25
     public function bindRequest(Request $request);
24 26
 
25 27
     /**
26 28
      * @param EntityManager $em The entity manager
29
+     * @return void
27 30
      */
28 31
     public function persist(EntityManager $em);
29 32
 
Please login to merge, or discard this patch.
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.