Jelajahi Sumber

[Yaml] Added PHPDoc on getTimestampRegex()

Xavier Perez 14 tahun lalu
induk
melakukan
4c65161953
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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