@@ -114,6 +114,7 @@ public function deleteAcl(ObjectIdentityInterface $oid)
114
114
* ACL entries have the CASCADE option on their foreign key so they will also get deleted
115
115
*
116
116
* @param SecurityIdentityInterface $sid
117
+ *
117
118
* @throws \InvalidArgumentException
118
119
*/
119
120
public function deleteSecurityIdentity (SecurityIdentityInterface $ sid )
@@ -368,7 +369,7 @@ public function updateAcl(MutableAclInterface $acl)
368
369
* Updates a user security identity when the user's username changes
369
370
*
370
371
* @param UserSecurityIdentity $usid
371
- * @param string $oldUsername
372
+ * @param string $oldUsername
372
373
*/
373
374
public function updateUserSecurityIdentity (UserSecurityIdentity $ usid , $ oldUsername )
374
375
{
@@ -653,7 +654,9 @@ protected function getSelectSecurityIdentityIdSql(SecurityIdentityInterface $sid
653
654
* Constructs the SQL to delete a security identity.
654
655
*
655
656
* @param SecurityIdentityInterface $sid
657
+ *
656
658
* @throws \InvalidArgumentException
659
+ *
657
660
* @return string
658
661
*/
659
662
protected function getDeleteSecurityIdentityIdSql (SecurityIdentityInterface $ sid )
@@ -692,7 +695,8 @@ protected function getUpdateObjectIdentitySql($pk, array $changes)
692
695
* Constructs the SQL for updating a user security identity.
693
696
*
694
697
* @param UserSecurityIdentity $usid
695
- * @param string $oldUsername
698
+ * @param string $oldUsername
699
+ *
696
700
* @return string
697
701
*/
698
702
protected function getUpdateUserSecurityIdentitySql (UserSecurityIdentity $ usid , $ oldUsername )
0 commit comments