Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit c0454d8

Browse files
committed
Merge pull request #96 from Adldap2/analysis-8QMVlO
Applied fixes from StyleCI
2 parents b7eb816 + fdeb9b6 commit c0454d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdldapAuthUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function retrieveByCredentials(array $credentials)
7171
$password = Arr::get($credentials, $this->getPasswordKey());
7272

7373
// Try to log the user in.
74-
if (! is_null($password) && $this->authenticate($username, $password)) {
74+
if (!is_null($password) && $this->authenticate($username, $password)) {
7575
// Login was successful, we'll create a new
7676
// Laravel model with the Adldap user.
7777
return $this->getModelFromAdldap($user, $password);

0 commit comments

Comments
 (0)