Skip to content

Commit

Permalink
private viz
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 17, 2024
1 parent a509c43 commit 5482a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Ssh/SshKeyCommandBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected static function getIdeSshKeyLabel(string $ideLabel, string $ideUuid):
return self::normalizeSshKeyLabel('IDE_' . $ideLabel . '_' . $ideUuid);
}

public static function normalizeSshKeyLabel(?string $label): string|null {
private static function normalizeSshKeyLabel(?string $label): string|null {
if (is_null($label)) {
throw new RuntimeException('The label cannot be empty');
}
Expand Down

0 comments on commit 5482a7a

Please sign in to comment.