From 34847e2467b42c7b23cf8bec64dc51bbd2060700 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Wed, 9 Jun 2021 18:17:00 +0300 Subject: [PATCH] Mark ServerConfig as internal --- src/Config/ServerConfig.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Config/ServerConfig.php b/src/Config/ServerConfig.php index 1647fd6..2a1a8de 100644 --- a/src/Config/ServerConfig.php +++ b/src/Config/ServerConfig.php @@ -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 {