This commit is contained in:
2023-04-03 13:55:24 +08:00
parent c9637f2dd3
commit fb84e7cebd
+1 -1
View File
@@ -15,7 +15,7 @@ interface QueueInterface
/**
* @param mixed $data
* @param float $timeout
* @return void
* @return bool
*/
public function push(mixed $data, float $timeout = -1): bool;