Skip to content

Commit fc0f3a3

Browse files
committed
support php74
1 parent bbba9ac commit fc0f3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Traits/ChannelMethods.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ trait ChannelMethods
3434
/**
3535
* @var float|int
3636
*/
37-
protected static float|int $interval = 0;
37+
protected static $interval = 0;
3838

3939
/**
4040
* @param float|int $interval

0 commit comments

Comments
 (0)