Whitespace and formatting

dev
gravel 3 years ago
parent 57e703c383
commit 160a924dd0
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -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.
*/ */

Loading…
Cancel
Save