Skip to content

Commit ffe9d0a

Browse files
authored
Update PromiseResult.php
1 parent 95b4fd0 commit ffe9d0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vennv/PromiseResult.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ final class PromiseResult
66
{
77

88
public function __construct(
9-
private readonly mixed $result,
10-
private readonly StatusQueue $status
9+
private mixed $result,
10+
private StatusQueue $status
1111
)
1212
{}
1313

@@ -21,4 +21,4 @@ public function getStatus() : StatusQueue
2121
return $this->status;
2222
}
2323

24-
}
24+
}

0 commit comments

Comments
 (0)