Skip to content

Commit c3af9e9

Browse files
match parent type
1 parent 630079b commit c3af9e9

File tree

1 file changed

+1
-1
lines changed
  • src/Propel/Runtime/Validator/Constraints

1 file changed

+1
-1
lines changed

src/Propel/Runtime/Validator/Constraints/Date.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Date extends SymfonyDateConstraint
1515
/**
1616
* @var string
1717
*/
18-
public $message = 'This value is not a valid date.';
18+
public string $message = 'This value is not a valid date.';
1919

2020
/**
2121
* @var string

0 commit comments

Comments
 (0)