Completed
Push — develop ( f6c3a2 )
by Mathieu
05:07
created
src/Suricate/Middleware/HttpBasicAuth.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -67,6 +67,10 @@
 block discarded – undo
67 67
         return false;
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $user
72
+     * @param string $password
73
+     */
70 74
     private function authenticateAgainstDatabase($user, $password)
71 75
     {
72 76
         return false;
Please login to merge, or discard this patch.