[Yaml] Added PHPDoc on getTimestampRegex()

This commit is contained in:
Xavier Perez 2011-02-07 13:57:27 +01:00 committed by Fabien Potencier
parent 9f30e42c16
commit 4c65161953

View File

@ -379,6 +379,11 @@ class Inline
}
}
/**
* Get a regex that match a unix timestamp
*
* @return string The regular expression
*/
static protected function getTimestampRegex()
{
return <<<EOF