Skip to content

Commit

Permalink
Fixed incorrect documentation for EventMetaInterface::identitiescanRe…
Browse files Browse the repository at this point in the history
…gister
  • Loading branch information
dpi committed Sep 3, 2016
1 parent a3c7ce6 commit 2d9dd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EventMetaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ public function getIdentityTypes();
* @param int[] $entity_ids
* An array of identity entity IDs.
*
* @return boolean
* Whether the identities can register.
* @return integer[]
* An array of ID's of the identities that can register.
*/
public function identitiesCanRegister($entity_type, array $entity_ids);

Expand Down

0 comments on commit 2d9dd03

Please sign in to comment.