We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe9d0a commit de9dd03Copy full SHA for de9dd03
src/vennv/Queue.php
@@ -43,12 +43,12 @@ final class Queue
43
private bool $isAllSettled = false;
44
45
public function __construct(
46
- private readonly int $id,
47
- private readonly Fiber $fiber,
48
- private readonly float $timeOut,
+ private int $id,
+ private Fiber $fiber,
+ private float $timeOut,
49
private StatusQueue $status,
50
- private readonly bool $isPromise,
51
- private readonly bool $isPromiseAll = false
+ private bool $isPromise,
+ private bool $isPromiseAll = false
52
)
53
{
54
$this->timeStart = microtime(true);
@@ -509,4 +509,4 @@ public function hasCompletedAllPromise() : bool
509
return $return;
510
}
511
512
-}
+}
0 commit comments