diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
index 8059e42bb8bfb64d8f07740afca63f0066e0817a..2497235353355d2053c2ba6e0b32ad878a0bee32 100644
--- a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
+++ b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
@@ -35,7 +35,7 @@ public function getEntityTypeId();
    *     ->execute();
    * @endcode
    *
-   * @param string|\Drupal\Core\Condition\ConditionInterface $field
+   * @param string|\Drupal\Core\Entity\Query\ConditionInterface $field
    *   Name of the field being queried or an instance of ConditionInterface.
    *   In the case of the name, it must contain a field name, optionally
    *   followed by a column name. The column can be the reference property,