浏览代码

[Yaml] Added PHPDoc on getTimestampRegex()

Xavier Perez 14 年之前
父节点
当前提交
4c65161953
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/Symfony/Component/Yaml/Inline.php

+ 5 - 0
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 <<<EOF