From affa4ca69ca5434d006a993522093bf533e58bcc Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Thu, 7 Feb 2019 14:49:52 +0000 Subject: [PATCH] Issue #3029350 by dhirendra.mishra, govind.maloo, joachim: broken @see link in DrupalDateTime --- core/lib/Drupal/Core/Datetime/DrupalDateTime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Datetime/DrupalDateTime.php b/core/lib/Drupal/Core/Datetime/DrupalDateTime.php index f921b45b464..e674bddb799 100644 --- a/core/lib/Drupal/Core/Datetime/DrupalDateTime.php +++ b/core/lib/Drupal/Core/Datetime/DrupalDateTime.php @@ -16,7 +16,7 @@ use Drupal\Core\StringTranslation\StringTranslationTrait; * * DrupalDateTime::createFromArray( array('year' => 2010, 'month' => 9, 'day' => 28) ) * - * @see \Drupal/Component/Datetime/DateTimePlus.php + * @see \Drupal\Component\Datetime\DateTimePlus */ class DrupalDateTime extends DateTimePlus {