From a2c4bb964cbc8e8e1c00dad93118b15f0de63005 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 11 Jun 2015 23:58:48 +0100 Subject: [PATCH] Issue #2503737 by googletorp: Wrong @file documentation for \Drupal\Core\Datetime\DateFormatter --- core/lib/Drupal/Core/Datetime/DateFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Datetime/DateFormatter.php b/core/lib/Drupal/Core/Datetime/DateFormatter.php index 0aad043debfc..375c466e16da 100644 --- a/core/lib/Drupal/Core/Datetime/DateFormatter.php +++ b/core/lib/Drupal/Core/Datetime/DateFormatter.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\Core\Datetime\Date. + * Contains \Drupal\Core\Datetime\DateFormatter. */ namespace Drupal\Core\Datetime; -- GitLab