|
|
|
@ -263,7 +263,7 @@
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @var bool $merge_error
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* Flag specifying whether the server is invalidated as a result of merging.
|
|
|
|
|
*/
|
|
|
|
|
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.
|
|
|
|
|
* @return CommunityServer[] Servers represented by given data.
|
|
|
|
|
*/
|
|
|
|
|