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 e98bbe3 commit 785d01dCopy full SHA for 785d01d
src/Symfony/Component/Scheduler/Trigger/StaticMessageProvider.php
@@ -19,8 +19,8 @@ final class StaticMessageProvider implements MessageProviderInterface
19
* @param array<object> $messages
20
*/
21
public function __construct(
22
- private array $messages,
23
- private string $id = ''
+ public readonly array $messages,
+ public readonly string $id = '',
24
) {
25
}
26
0 commit comments