Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 0233adf

Browse files
committed
CS fixes
1 parent 197fd5c commit 0233adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/Firewall/DigestAuthenticationListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function getResponse()
162162

163163
public function getUsername()
164164
{
165-
return strtr($this->elements['username'], array("\\\"" => "\"", "\\\\" => "\\"));
165+
return strtr($this->elements['username'], array('\\"' => '"', '\\\\' => '\\'));
166166
}
167167

168168
public function validateAndDecode($entryPointKey, $expectedRealm)

0 commit comments

Comments
 (0)