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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2887118-2-superfluous-arg.patch | 746 bytes | tacituseu |
Comments
Comment #2
tacituseu commentedComment #3
oriol_e9gComment #4
mpdonadioLooks good to me. Did some usages reports with PhpStorm, and that looks like the only bad call.
Comment #5
jibranComment #7
catchCommitted/pushed to 8.4.x, thanks!