Skip to content

Commit 4ede9a4

Browse files
authored
Add PHPDoc for constructor
1 parent 0ca3dbd commit 4ede9a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Validator/CronExpression.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ class CronExpression extends Constraint
1616
{
1717
public string $message = '{{ value }} is not a valid cron expression.';
1818

19+
/**
20+
* @param string|null $message
21+
* @param string[]|null $groups
22+
* @param mixed $payload
23+
* @param array $options
24+
*/
1925
public function __construct(
2026
string $message = null,
2127
?array $groups = null,

0 commit comments

Comments
 (0)