Mark ServerConfig as internal

This commit is contained in:
2021-06-09 18:17:00 +03:00
parent 6e50fa2258
commit 34847e2467

View File

@@ -8,6 +8,8 @@ namespace Nsq\Config;
* The configuration object that holds the config status for a single Connection.
*
* @psalm-immutable
*
* @internal
*/
final class ServerConfig
{