Issue #3029350 by dhirendra.mishra, govind.maloo, joachim: broken @see link in DrupalDateTime

8.7.x
Nathaniel Catchpole 2019-02-07 14:49:52 +00:00
parent d7618cb063
commit affa4ca69c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {