diff --git a/src/Symfony/Component/Yaml/Inline.php b/src/Symfony/Component/Yaml/Inline.php index bb7f3057fc..9cc7b5932b 100644 --- a/src/Symfony/Component/Yaml/Inline.php +++ b/src/Symfony/Component/Yaml/Inline.php @@ -379,6 +379,11 @@ class Inline } } + /** + * Get a regex that match a unix timestamp + * + * @return string The regular expression + */ static protected function getTimestampRegex() { return <<