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 630079b commit c3af9e9Copy full SHA for c3af9e9
src/Propel/Runtime/Validator/Constraints/Date.php
@@ -15,7 +15,7 @@ class Date extends SymfonyDateConstraint
15
/**
16
* @var string
17
*/
18
- public $message = 'This value is not a valid date.';
+ public string $message = 'This value is not a valid date.';
19
20
21
0 commit comments