Completed
Pull Request — master (#4669)
by Jordi Sala
08:40
created
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.