8000 CS fixes · symfony/security-acl@73c759c · GitHub
[go: up one dir, main page]

Skip to content

Commit 73c759c

Browse files
CS fixes
1 parent a29cb7d commit 73c759c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dbal/MutableAclProvider.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public function deleteAcl(ObjectIdentityInterface $oid)
114114
* ACL entries have the CASCADE option on their foreign key so they will also get deleted
115115
*
116116
* @param SecurityIdentityInterface $sid
117+
*
117118
* @throws \InvalidArgumentException
118119
*/
119120
public function deleteSecurityIdentity(SecurityIdentityInterface $sid)
@@ -368,7 +369,7 @@ public function updateAcl(MutableAclInterface $acl)
368369
* Updates a user security identity when the user's username changes
369370
*
370371
* @param UserSecurityIdentity $usid
371-
* @param string $oldUsername
372+
* @param string $oldUsername
372373
*/
373374
public function updateUserSecurityIdentity(UserSecurityIdentity $usid, $oldUsername)
374375
{
@@ -653,7 +654,9 @@ protected function getSelectSecurityIdentityIdSql(SecurityIdentityInterface $sid
653654
* Constructs the SQL to delete a security identity.
654655
*
655656
* @param SecurityIdentityInterface $sid
657+
*
656658
* @throws \InvalidArgumentException
659+
*
657660
* @return string
658661
*/
659662
protected function getDeleteSecurityIdentityIdSql(SecurityIdentityInterface $sid)
@@ -692,7 +695,8 @@ protected function getUpdateObjectIdentitySql($pk, array $changes)
692695
* Constructs the SQL for updating a user security identity.
693696
*
694697
* @param UserSecurityIdentity $usid
695-
* @param string $oldUsername
698+
* @param string $oldUsername
699+
*
696700
* @return string
697701
*/
698702
protected function getUpdateUserSecurityIdentitySql(UserSecurityIdentity $usid, $oldUsername)

0 commit comments

Comments
 (0)
0