diff --git a/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php b/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
index cfcb5fc..1530693 100644
--- a/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
+++ b/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
@@ -346,8 +346,8 @@ public function fieldAccess($operation, FieldDefinitionInterface $field_definiti
    *   is checked for the field definition, without any specific value
    *   available. Defaults to NULL.
    *
-   * @return bool
-   *   TRUE if access is allowed, FALSE otherwise.
+   * @return \Drupal\Core\Access\AccessResultInterface
+   *   The access result.
    */
   protected function checkFieldAccess($operation, FieldDefinitionInterface $field_definition, AccountInterface $account, FieldItemListInterface $items = NULL) {
     return AccessResult::allowed();
