diff --git a/core/lib/Drupal/Core/Database/Query/PlaceholderTrait.php b/core/lib/Drupal/Core/Database/Query/PlaceholderTrait.php index 3e5c9a9..dccd331 100644 --- a/core/lib/Drupal/Core/Database/Query/PlaceholderTrait.php +++ b/core/lib/Drupal/Core/Database/Query/PlaceholderTrait.php @@ -32,7 +32,7 @@ public function uniqueIdentifier() { } /** - * Implements \Drupal\Core\Database\Query\PlaceholderInterface::nextPlaceholder(). + * {@inheritdoc} */ public function nextPlaceholder() { return $this->placeholder++;