Added missing phpdoc

This commit is contained in:
Alexander Makarov
2016-07-30 00:02:51 +03:00
parent 33a45b196c
commit 9b1b4fc5fa
4 changed files with 8 additions and 1 deletions

View File

@ -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)
{