Pārlūkot izejas kodu

[Yaml] Added PHPDoc on getTimestampRegex()

Xavier Perez 14 gadi atpakaļ
vecāks
revīzija
4c65161953
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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