Преглед изворни кода

DateTimeHelper::parse(): fixed docs

Fabian Peter Hammerle пре 7 година
родитељ
комит
ef4d570808
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      DateTimeHelper.php

+ 1 - 1
DateTimeHelper.php

@@ -28,7 +28,7 @@ class DateTimeHelper
 
     /**
      * @param string|null $text
-     * @return \DatePeriod|null
+     * @return \DatePeriod|\DateInterval|null
      */
     public static function parse($text)
     {