Issue #3284665 by arunkumark, Rashmisoni, Jimaginary, Rakhi Soni, longwave: Minor typo in @see reference ("ManyTonOneHelper")

(cherry picked from commit 436f58744e)
merge-requests/2493/head
catch 2022-07-09 21:39:15 +09:00
parent f4071d3b06
commit 532a97e392
2 changed files with 2 additions and 2 deletions

View File

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

View File

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