We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d56aec commit 43a5075Copy full SHA for 43a5075
src/websocket-server/src/Helper/WsHelper.php
@@ -118,7 +118,7 @@ public static function isLtSwooleVersion(string $version = '4.4.12'): bool
118
$curVer = SWOOLE_VERSION;
119
120
if (version_compare($curVer, $version, '<')) {
121
- Console::colored("Swoole current version is {$curVer}, suggestion upgrade to {$version}", 'warning');
+ Console::colored("[NOTICE] Swoole current version is {$curVer}, suggestion upgrade to {$version}+", 'warning');
122
return true;
123
}
124
0 commit comments