Skip to content

Commit

Permalink
chore: composer run cs:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Dec 2, 2024
1 parent bf896f6 commit 7e07869
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Command/GroupAdminsToLdap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @copyright 2019 Cooperativa EITA (eita.org.br)
*
Expand Down
1 change: 1 addition & 0 deletions lib/LDAPConnect.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @author Alan Tygel <[email protected]>
* @author Arthur Schiwon <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions lib/LDAPGroupManager.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br)
*
Expand Down
3 changes: 2 additions & 1 deletion lib/LDAPUserManager.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br)
*
Expand Down Expand Up @@ -466,7 +467,7 @@ private function handleSetPassword(string $userDN, string $password, \LDAP\Conne
$entry['userPassword'] = $password;
}

if(ldap_mod_replace($connection, $userDN, $entry)) {
if (ldap_mod_replace($connection, $userDN, $entry)) {
return true;
}

Expand Down
1 change: 1 addition & 0 deletions tests/integration/features/bootstrap/BasicStructure.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
*
* @author Arthur Schiwon <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions tests/integration/features/bootstrap/LDAPContext.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @copyright Copyright (c) 2017 Arthur Schiwon <[email protected]>
*
Expand Down

0 comments on commit 7e07869

Please sign in to comment.