Skip to content

Commit d37f8af

Browse files
committed
tweak comment
1 parent c61f449 commit d37f8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function removeSSHKeyOptionalCommentSuffix(string $key): string
2929
}
3030

3131
/**
32-
* @return array of length 2: boolean is_valid, string invalid_explanation
32+
* @return array of length 2: [boolean is_valid, string invalid_explanation]
3333
*/
3434
function testValidSSHKey(string $key): array
3535
{

0 commit comments

Comments
 (0)