Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3327'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Adapter/Digest.php
Expand Up @@ -185,9 +185,9 @@ public function authenticate()
'identity' => array(
'realm' => $this->realm,
'username' => $this->username,
),
),
'messages' => array()
);
);

while (($line = fgets($fileHandle)) !== false) {
$line = trim($line);
Expand Down

0 comments on commit 3d17935

Please sign in to comment.