Commit 436f5874 authored by catch's avatar catch
Browse files

Issue #3284665 by arunkumark, Rashmisoni, Jimaginary, Rakhi Soni, longwave:...

Issue #3284665 by arunkumark, Rashmisoni, Jimaginary, Rakhi Soni, longwave: Minor typo in @see reference ("ManyTonOneHelper")
parent 69f148f6
Loading
Loading
Loading
Loading
+1 −1
Changes for core/modules/datetime/src/Plugin/views/argument/Date.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
 * - 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
 *
+1 −1
Changes for core/modules/views/src/Plugin/views/argument/Date.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
 * - 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
 *