@@ -62,6 +62,7 @@ |
||
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 | { |
@@ -16,6 +16,9 @@ |
||
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 |