Skip to content

Commit

Permalink
[Yaml] Added PHPDoc on getTimestampRegex()
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoSRX authored and fabpot committed Feb 7, 2011
1 parent 9f30e42 commit 4c65161
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Symfony/Component/Yaml/Inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,11 @@ static protected function evaluateScalar($scalar)
}
}

/**
* Get a regex that match a unix timestamp
*
* @return string The regular expression
*/
static protected function getTimestampRegex()
{
return <<<EOF
Expand Down

0 comments on commit 4c65161

Please sign in to comment.