Applied latest styleCI changes

This commit is contained in:
Dan Brown 2022-03-25 11:14:27 +00:00
parent d2b49084b0
commit 2325a307a5
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
3 changed files with 11 additions and 11 deletions

View File

@ -60,11 +60,11 @@ class LdapSessionGuard extends ExternalBaseSessionGuard
* @param array $credentials
* @param bool $remember
*
* @return bool
* @throws LdapException*@throws \BookStack\Exceptions\JsonDebugException
*
* @throws LoginAttemptException
* @throws JsonDebugException
*
* @return bool
*/
public function attempt(array $credentials = [], $remember = false)
{

View File

@ -382,7 +382,7 @@ class LdapTest extends TestCase
'count' => 1,
0 => 'cn=monsters,ou=groups,dc=example,dc=com',
],
]
],
], ['count' => 0]);
$resp = $this->mockUserLogin();
@ -392,7 +392,7 @@ class LdapTest extends TestCase
'memberof' => [
0 => 'cn=ldaptester,ou=groups,dc=example,dc=com',
'count' => 1,
]
],
],
'parsed_direct_user_groups' => [
'ldaptester',