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 c61f449 commit d37f8afCopy full SHA for d37f8af
resources/lib/utils.php
@@ -29,7 +29,7 @@ function removeSSHKeyOptionalCommentSuffix(string $key): string
29
}
30
31
/**
32
- * @return array of length 2: boolean is_valid, string invalid_explanation
+ * @return array of length 2: [boolean is_valid, string invalid_explanation]
33
*/
34
function testValidSSHKey(string $key): array
35
{
0 commit comments