Explorar el Código

[Yaml] Added PHPDoc on getTimestampRegex()

Xavier Perez hace 14 años
padre
commit
4c65161953
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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