Skip to content

Commit 484cf58

Browse files
authored
解决 php 8.1 兼容问题 (#206)
1 parent 453ed9c commit 484cf58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Model/QueueStatus.php

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function getDelay(): int
8282
/**
8383
* {@inheritDoc}
8484
*/
85+
#[\ReturnTypeWillChange]
8586
public function jsonSerialize()
8687
{
8788
$data = [];

0 commit comments

Comments
 (0)