Skip to content

Commit e7e9835

Browse files
keradusfabpot
authored andcommitted
chore: fix CS
1 parent 2c926bc commit e7e9835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Traits/Relay/MoveTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ public function lmove($srckey, $dstkey, $srcpos, $dstpos): mixed
3333
*/
3434
trait MoveTrait
3535
{
36-
public function blmove($srckey, $dstkey, $srcpos, $dstpos, $timeout): \Relay\Relay|false|null|string
36+
public function blmove($srckey, $dstkey, $srcpos, $dstpos, $timeout): \Relay\Relay|false|string|null
3737
{
3838
return $this->initializeLazyObject()->blmove(...\func_get_args());
3939
}
4040

41-
public function lmove($srckey, $dstkey, $srcpos, $dstpos): \Relay\Relay|false|null|string
41+
public function lmove($srckey, $dstkey, $srcpos, $dstpos): \Relay\Relay|false|string|null
4242
{
4343
return $this->initializeLazyObject()->lmove(...\func_get_args());
4444
}

0 commit comments

Comments
 (0)