diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php b/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php index cb95ed5..50bea7b 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php @@ -41,7 +41,7 @@ public function query() { } /** - * Overrides Drupal\views\Plugin\views\field\FieldPluginBas::getValue() + * {@inheritdoc} */ public function getValue($values, $field = NULL) { // Note: 1 is subtracted from the counter start value below because the