Whitespace updates.
Translator documentation.
This commit is contained in:
@@ -42,7 +42,7 @@ if (empty($sn)) {
|
||||
|
||||
// Do the thing
|
||||
$installer->main();
|
||||
|
||||
|
||||
$sn = $installer->getStatusNetwork();
|
||||
|
||||
$config = $installer->getConfig();
|
||||
|
@@ -35,7 +35,7 @@ $domain = DomainStatusNetworkPlugin::toDomain($args[0]);
|
||||
$nickname = DomainStatusNetworkPlugin::nicknameForDomain($domain);
|
||||
|
||||
if (empty($nickname)) {
|
||||
throw new ClientException("No candidate found.");
|
||||
throw new ClientException('No candidate found.');
|
||||
} else {
|
||||
print $nickname;
|
||||
print "\n";
|
||||
|
@@ -40,4 +40,3 @@ if (empty($sn)) {
|
||||
|
||||
print $sn->nickname."\n";
|
||||
exit(0);
|
||||
|
||||
|
Reference in New Issue
Block a user