变更
This commit is contained in:
@@ -15,7 +15,7 @@ interface QueueInterface
|
|||||||
/**
|
/**
|
||||||
* @param mixed $data
|
* @param mixed $data
|
||||||
* @param float $timeout
|
* @param float $timeout
|
||||||
* @return void
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function push(mixed $data, float $timeout = -1): bool;
|
public function push(mixed $data, float $timeout = -1): bool;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user