Completed
Pull Request — 3.x (#4669)
by Jordi Sala
03:43
created
Tests/Security/Handler/AclSecurityHandlerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,6 +17,9 @@
 block discarded – undo
17 17
 
18 18
 class AclSecurityHandlerTest extends TestCase
19 19
 {
20
+    /**
21
+     * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
22
+     */
20 23
     public function getTokenStorageMock()
21 24
     {
22 25
         // Set the SecurityContext for Symfony <2.6
Please login to merge, or discard this patch.