Verified Commit 0a7a4d5d authored by quietone's avatar quietone
Browse files

Issue #3460246 by Prem Suthar, joachim, afeijo: incorrect docs in DateFormatter::format()

(cherry picked from commit 5f17c3a2)
parent 383f200f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public function format($timestamp, $type = 'medium', $format = '', $timezone = N
      }
    }

    // Fall back to the 'medium' date format type if the format string is
    // Fall back to the 'fallback' date format type if the format string is
    // empty, either from not finding a requested date format or being given an
    // empty custom format string.
    if (empty($format)) {