Kaynağa Gözat

[Yaml] Added PHPDoc on getTimestampRegex()

Xavier Perez 14 yıl önce
ebeveyn
işleme
4c65161953
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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