Explorar o código

[Yaml] Added PHPDoc on getTimestampRegex()

Xavier Perez %!s(int64=14) %!d(string=hai) anos
pai
achega
4c65161953
Modificáronse 1 ficheiros con 5 adicións e 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