@@ -181,7 +181,7 @@ public function config($operation, $key_or_settings = null, $value = null): mixe
181
181
return ($ this ->lazyObjectState ->realInstance ??= ($ this ->lazyObjectState ->initializer )())->config (...\func_get_args ());
182
182
}
183
183
184
- public function connect ($ host , $ port = 6379 , $ timeout = 0.0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0. 0 , $ context = null ): bool
184
+ public function connect ($ host , $ port = 6379 , $ timeout = 0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0 , $ context = null ): bool
185
185
{
186
186
return ($ this ->lazyObjectState ->realInstance ??= ($ this ->lazyObjectState ->initializer )())->connect (...\func_get_args ());
187
187
}
@@ -686,12 +686,12 @@ public function object($subcommand, $key): \Redis|false|int|string
686
686
return ($ this ->lazyObjectState ->realInstance ??= ($ this ->lazyObjectState ->initializer )())->object (...\func_get_args ());
687
687
}
688
688
689
- public function open ($ host , $ port = 6379 , $ timeout = 0.0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0. 0 , $ context = null ): bool
689
+ public function open ($ host , $ port = 6379 , $ timeout = 0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0 , $ context = null ): bool
690
690
{
691
691
return ($ this ->lazyObjectState ->realInstance ??= ($ this ->lazyObjectState ->initializer )())->open (...\func_get_args ());
692
692
}
693
693
694
- public function pconnect ($ host , $ port = 6379 , $ timeout = 0.0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0. 0 , $ context = null ): bool
694
+ public function pconnect ($ host , $ port = 6379 , $ timeout = 0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0 , $ context = null ): bool
695
695
{
696
696
return ($ this ->lazyObjectState ->realInstance ??= ($ this ->lazyObjectState ->initializer )())->pconnect (...\func_get_args ());
697
697
}
@@ -736,7 +736,7 @@ public function pipeline(): \Redis|bool
736
736
return ($ this ->lazyObjectState ->realInstance ??= ($ this ->lazyObjectState ->initializer )())->pipeline (...\func_get_args ());
737
737
}
738
738
739
- public function popen ($ host , $ port = 6379 , $ timeout = 0.0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0. 0 , $ context = null ): bool
739
+ public function popen ($ host , $ port = 6379 , $ timeout = 0 , $ persistent_id = null , $ retry_interval = 0 , $ read_timeout = 0 , $ context = null ): bool
740
740
{
741
741
return ($ this ->lazyObjectState ->realInstance ??= ($ this ->lazyObjectState ->initializer )())->popen (...\func_get_args ());
742
742
}
0 commit comments