We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d79c7 commit 4be64f9Copy full SHA for 4be64f9
AccessMapInterface.php
@@ -25,7 +25,7 @@ interface AccessMapInterface
25
/**
26
* Returns security attributes and required channel for the supplied request.
27
*
28
- * @return array A tuple of security attributes and the required channel
+ * @return array{0: array|null, 1: string|null} A tuple of security attributes and the required channel
29
*/
30
public function getPatterns(Request $request);
31
}
0 commit comments