Completed
Pull Request — master (#71)
by
unknown
13:04
created
Security/FormAuthenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
 
87 87
     public function supports(Request $request)
88 88
     {
89
-        return preg_match('/\/\w{2}\/login/', $request->getRequestUri()) !== false  && $request->isMethod('POST');
89
+        return preg_match('/\/\w{2}\/login/', $request->getRequestUri()) !== false && $request->isMethod('POST');
90 90
     }
91 91
 
92 92
     protected function getLoginUrl(): string
Please login to merge, or discard this patch.