Passed
Pull Request — master (#306)
by Tobias
03:09 queued 50s
created
tests/Unit/Middleware/DigestAuthListenerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             'WWW-Authenticate' => 'Digest realm="test", nonce="5PvRe0oZBQA=874ad6aea3519069f30dfc704e594dde6e01b2a6", algorithm=MD5, domain="/auth-digest/", qop="auth"',
22 22
             'Content-Length' => '401',
23 23
             'Content-Type' => 'text/html; charset=iso-8859-1',
24
-           ], "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">
24
+            ], "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">
25 25
 <html><head>
26 26
 <title>401 Authorization Required</title>
27 27
 </head><body>
Please login to merge, or discard this patch.