Skip to content

Commit d2eff11

Browse files
Move readonly keyword from class to properties
1 parent 9755c58 commit d2eff11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Transport/BeanstalkdPriorityStamp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
use Symfony\Component\Messenger\Stamp\StampInterface;
1515

16-
final readonly class BeanstalkdPriorityStamp implements StampInterface
16+
final class BeanstalkdPriorityStamp implements StampInterface
1717
{
1818
public function __construct(
19-
public int $priority,
19+
public readonly int $priority,
2020
) {
2121
}
2222
}

0 commit comments

Comments
 (0)