Completed
Pull Request — master (#4669)
by Jordi Sala
03:35
created
Admin/AbstractAdminExtension.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -62,6 +62,7 @@
 block discarded – undo
62 62
 
63 63
     /**
64 64
      * {@inheritdoc}
65
+     * @param string $action
65 66
      */
66 67
     public function configureSideMenu(AdminInterface $admin, MenuItemInterface $menu, $action, AdminInterface $childAdmin = null)
67 68
     {
Please login to merge, or discard this patch.
Tests/Security/Handler/AclSecurityHandlerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
 
17 17
 class AclSecurityHandlerTest extends \PHPUnit_Framework_TestCase
18 18
 {
19
+    /**
20
+     * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
21
+     */
19 22
     public function getTokenStorageMock()
20 23
     {
21 24
         // Set the SecurityContext for Symfony <2.6
Please login to merge, or discard this patch.