Test Setup Failed
Push — master ( eb9804...d9dc3b )
by Dāvis
01:41
created
Captcha/Router/LocaleResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,6 +39,6 @@
 block discarded – undo
39 39
 
40 40
     public function resolve()
41 41
     {
42
-        return $this->resolveLocale($this->request, ['lv','ru']);
42
+        return $this->resolveLocale($this->request, ['lv', 'ru']);
43 43
     }
44 44
 }
Please login to merge, or discard this patch.
Openidconnect/Provider/BaseProvider.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $params = $grant->prepareRequestParameters($params, $options);
23 23
         $request = $this->getAccessTokenRequest($params);
24 24
         $response = $this->getResponse($request);
25
-        if(!is_array($response)){
25
+        if (!is_array($response)) {
26 26
             throw new ErrorException('error_invalid_request');
27 27
         }
28 28
         $prepared = $this->prepareAccessTokenResponse($response);
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $params = $grant->prepareRequestParameters($params, $options);
23 23
         $request = $this->getAccessTokenRequest($params);
24 24
         $response = $this->getResponse($request);
25
-        if(!is_array($response)){
25
+        if(!is_array($response)) {
26 26
             throw new ErrorException('error_invalid_request');
27 27
         }
28 28
         $prepared = $this->prepareAccessTokenResponse($response);
Please login to merge, or discard this patch.