Test Failed
Push — master ( 2a4e3b...86163b )
by Roberto
03:30
created
src/ReCaptchaBuilder.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -166,8 +166,7 @@  discard block
 block discarded – undo
166 166
 		         document.getElementById("' . $formId . '").submit();
167 167
 		       }
168 168
 		     </script>';
169
-		}
170
-		elseif ($this->version == 'v3') {
169
+		} elseif ($this->version == 'v3') {
171 170
 
172 171
 			$action = array_get($configuration, 'action', 'homepage');
173 172
 
@@ -177,8 +176,7 @@  discard block
 block discarded – undo
177 176
 			if ($js_custom_validation) {
178 177
 
179 178
 				$validate_function = ($js_custom_validation) ? "{$js_custom_validation}(token);" : '';
180
-			}
181
-			else {
179
+			} else {
182 180
 
183 181
 				$js_then_callback = array_get($configuration, 'callback_then', '');
184 182
 				$js_callback_catch = array_get($configuration, 'callback_catch', '');
@@ -261,8 +259,7 @@  discard block
 block discarded – undo
261 259
 			curl_setopt($curl, CURLOPT_TIMEOUT, 1);
262 260
 			curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
263 261
 			$curl_response = curl_exec($curl);
264
-		}
265
-		else {
262
+		} else {
266 263
 			$curl_response = file_get_contents($url);
267 264
 		}
268 265
 
Please login to merge, or discard this patch.