Issue #3191821 by daffie: The docblock of Drupal\workspaces\WorkspaceAssociationInterface::deleteAssociations() is not correct
parent
9ac7689b1a
commit
e1fcfc0105
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue