Skip to content

Commit bb27ec6

Browse files
Merge branch '7.4' into 8.0
* 7.4: [FrameworkBundle] Expose share directory in AboutCommand Move readonly keyword from class to properties
2 parents 41e712c + d2eff11 commit bb27ec6

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)