[Yaml] tweaked phpdoc (closes #6275)

This commit is contained in:
Fabien Potencier 2012-12-15 14:02:34 +01:00
parent a709a02538
commit 04d95a5bee

View File

@ -400,9 +400,11 @@ class Inline
}
/**
* Gets a regex that matches an unix timestamp
* Gets a regex that matches a YAML date.
*
* @return string The regular expression
*
* @see http://www.yaml.org/spec/1.2/spec.html#id2761573
*/
private static function getTimestampRegex()
{