diff --git a/core/lib/Drupal/Core/Datetime/DrupalDateTime.php b/core/lib/Drupal/Core/Datetime/DrupalDateTime.php index f921b45b464f..e674bddb799c 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 {