Skip to content

Commit 4be64f9

Browse files
[Security] phpdoc cleanups
1 parent d5d79c7 commit 4be64f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AccessMapInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface AccessMapInterface
2525
/**
2626
* Returns security attributes and required channel for the supplied request.
2727
*
28-
* @return array A tuple of security attributes and the required channel
28+
* @return array{0: array|null, 1: string|null} A tuple of security attributes and the required channel
2929
*/
3030
public function getPatterns(Request $request);
3131
}

0 commit comments

Comments
 (0)