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 9755c58 commit d2eff11Copy full SHA for d2eff11
Transport/BeanstalkdPriorityStamp.php
@@ -13,10 +13,10 @@
13
14
use Symfony\Component\Messenger\Stamp\StampInterface;
15
16
-final readonly class BeanstalkdPriorityStamp implements StampInterface
+final class BeanstalkdPriorityStamp implements StampInterface
17
{
18
public function __construct(
19
- public int $priority,
+ public readonly int $priority,
20
) {
21
}
22
0 commit comments