mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Added missing phpdoc
This commit is contained in:
@ -346,6 +346,7 @@ class DateValidator extends Validator
|
||||
* @param string $value string representing date
|
||||
* @param string $format the expected date format
|
||||
* @return integer|boolean a UNIX timestamp or `false` on failure.
|
||||
* @throws InvalidConfigException
|
||||
*/
|
||||
private function parseDateValueIntl($value, $format)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user