fix error with the setServerOptions method

This commit is contained in:
Beu 2024-09-07 20:37:28 +02:00
parent 9c114cd13b
commit 9331e22a54

View File

@ -2154,7 +2154,7 @@ class Connection
* @return bool
* @throws InvalidArgumentException
*/
function setServerOptions(\Structures\ServerOptions $options, $multicall = false)
function setServerOptions(Structures\ServerOptions $options, $multicall = false)
{
if ($options->isValid() === false) {
throw new InvalidArgumentException('options = ' . print_r($options, true));