From 532a97e3923e3a7b69df90e3980022ce9fca9b1c Mon Sep 17 00:00:00 2001 From: catch Date: Sat, 9 Jul 2022 21:39:15 +0900 Subject: [PATCH] Issue #3284665 by arunkumark, Rashmisoni, Jimaginary, Rakhi Soni, longwave: Minor typo in @see reference ("ManyTonOneHelper") (cherry picked from commit 436f58744ef1fc54c97642e2b32942a98654b309) --- core/modules/datetime/src/Plugin/views/argument/Date.php | 2 +- core/modules/views/src/Plugin/views/argument/Date.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/datetime/src/Plugin/views/argument/Date.php b/core/modules/datetime/src/Plugin/views/argument/Date.php index 3b16a3150b4..7719b006755 100644 --- a/core/modules/datetime/src/Plugin/views/argument/Date.php +++ b/core/modules/datetime/src/Plugin/views/argument/Date.php @@ -18,7 +18,7 @@ use Drupal\views\Plugin\views\argument\Date as NumericDate; * - invalid input: A string to give to the user for obviously invalid input. * This is deprecated in favor of argument validators. * - * @see \Drupal\views\ManyTonOneHelper + * @see \Drupal\views\ManyToOneHelper * * @ingroup views_argument_handlers * diff --git a/core/modules/views/src/Plugin/views/argument/Date.php b/core/modules/views/src/Plugin/views/argument/Date.php index 852e21f04b1..97918df9a9e 100644 --- a/core/modules/views/src/Plugin/views/argument/Date.php +++ b/core/modules/views/src/Plugin/views/argument/Date.php @@ -19,7 +19,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; * - invalid input: A string to give to the user for obviously invalid input. * This is deprecated in favor of argument validators. * - * @see \Drupal\views\ManyTonOneHelper + * @see \Drupal\views\ManyToOneHelper * * @ingroup views_argument_handlers *