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

Commit

Permalink
Merge branch 'fix-indentation' of git://github.com/neeckeloo/zf2 into…
Browse files Browse the repository at this point in the history
… hotfix/3327
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Adapter/Digest.php
Original file line number Diff line number Diff line change
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 35cb9a7

Please sign in to comment.