Issue #3191821 by daffie: The docblock of Drupal\workspaces\WorkspaceAssociationInterface::deleteAssociations() is not correct

merge-requests/245/head
catch 2021-01-11 14:12:51 +00:00
parent 9ac7689b1a
commit e1fcfc0105
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ interface WorkspaceAssociationInterface {
* @param string|null $entity_type_id
* (optional) The target entity type of the associations to delete. Defaults
* to NULL.
* @param string|null $entity_ids
* @param int[]|string[]|null $entity_ids
* (optional) The target entity IDs of the associations to delete. Defaults
* to NULL.
*/