1
0
Fork 1

Whitespace and formatting

pull/38/head
gravel 3 years ago
parent 5dc8bb07b7
commit cd13febeeb
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -22,7 +22,7 @@
// Found via Reddit: // Found via Reddit:
"http://5.39.117.98", "http://5.39.117.98",
// legacy // legacy
// "http://3.69.29.128", // former https://reccacon.com // "http://3.69.29.128", // former https://reccacon.com

@ -263,7 +263,7 @@
/** /**
* @var bool $merge_error * @var bool $merge_error
* *
* Flag specifying whether the server is invalidated as a result of merging. * Flag specifying whether the server is invalidated as a result of merging.
*/ */
private bool $merge_error = false; private bool $merge_error = false;
@ -506,7 +506,7 @@
} }
/** /**
Create Community server instance from array loaded server data. * Create Community server instance from array loaded server data.
* @param array $details Decoded JSON associative arrays about server. * @param array $details Decoded JSON associative arrays about server.
* @return CommunityServer[] Servers represented by given data. * @return CommunityServer[] Servers represented by given data.
*/ */