Passed
Push — master ( d9b9b5...410410 )
by Volodymyr
08:30
created
Model/ReCaptcha/VerifyReCaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
     {
153 153
         $params = $this->requestParameters
154 154
             ->setSecret($this->getSecret())
155
-            ->setResponse((string)$response)
155
+            ->setResponse((string) $response)
156 156
             ->setRemoteIp($remoteIp);
157 157
 
158 158
         $answer = $this->requestMethod->submit(self::SITE_VERIFY_URL, $params);
Please login to merge, or discard this patch.