Ver código fonte

[Yaml] Added PHPDoc on getTimestampRegex()

Xavier Perez 14 anos atrás
pai
commit
4c65161953
1 arquivos alterados com 5 adições e 0 exclusões
  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