From 1ae69451ad5c004be5d5cc16e11a8aed97ffbb65 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Wed, 2 May 2018 09:51:10 +0100 Subject: [PATCH] Issue #2932617 by voleger, sahil432, bdlangton, joachim, alexpott: missing details in param docs for DateTimePlus::format() --- core/lib/Drupal/Component/Datetime/DateTimePlus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Component/Datetime/DateTimePlus.php b/core/lib/Drupal/Component/Datetime/DateTimePlus.php index d045679434c6..e4148a6de885 100644 --- a/core/lib/Drupal/Component/Datetime/DateTimePlus.php +++ b/core/lib/Drupal/Component/Datetime/DateTimePlus.php @@ -671,7 +671,7 @@ class DateTimePlus { * Formats the date for display. * * @param string $format - * A format string using either PHP's date(). + * Format accepted by date(). * @param array $settings * - timezone: (optional) String timezone name. Defaults to the timezone * of the date object.