Verified Commit 4053a879 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 e0e68e23
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,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)) {