diff --git a/core/lib/Drupal/Core/Entity/entity.api.php b/core/lib/Drupal/Core/Entity/entity.api.php index 2805227b851c3b8658c2c4c5568ef2aa8671692f..f941695da484018c2e04d46c70bdef818062b7c4 100644 --- a/core/lib/Drupal/Core/Entity/entity.api.php +++ b/core/lib/Drupal/Core/Entity/entity.api.php @@ -653,12 +653,12 @@ * @param \Drupal\Core\Entity\EntityInterface $entity * The entity to check access to. * @param string $operation - * The operation that is to be performed on $entity. - * @param \Drupal\Core\Session\AccountInterface $account - * The account trying to access the entity. Usually one of: + * The operation that is to be performed on $entity. Usually one of: * - "view" * - "update" * - "delete" + * @param \Drupal\Core\Session\AccountInterface $account + * The account trying to access the entity. * * @return \Drupal\Core\Access\AccessResultInterface * The access result. The final result is calculated by using