Skip to content
Snippets Groups Projects
Verified Commit 7e4e898d 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 bcdb2a7c
No related branches found
No related tags found
4 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #223597 passed with warnings
Pipeline: drupal

#223608

    Pipeline: drupal

    #223601

      ......@@ -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)) {
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment