In DateTimeDefaultFormatter::settingsSummary() there's:
$summary[] = t('Format: @display', array('@display' => $this->formatDate($date, $this->getFormatSettings())));
grepped for "formatDate\(\$[^),]+," and this is the only occurrence.

CommentFileSizeAuthor
#2 2887118-2-superfluous-arg.patch746 bytestacituseu

Comments

tacituseu created an issue. See original summary.

tacituseu’s picture

Status: Active » Needs review
StatusFileSize
new746 bytes
oriol_e9g’s picture

Status: Needs review » Reviewed & tested by the community
mpdonadio’s picture

Looks good to me. Did some usages reports with PhpStorm, and that looks like the only bad call.

jibran’s picture

Issue tags: +Quickfix

  • catch committed 175a5f0 on 8.4.x
    Issue #2887118 by tacituseu: Superfluous argument in call to ::...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.4.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.