Completed
Push — master ( 45b824...13f4b7 )
by Владислав
02:10
created
tests/DeCaptchaAbstractTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
     {
208 208
         $abstract = $this->newInstance();
209 209
         $abstract->domain = 'httpbin.org';
210
-        $getCurlResponseCaller = function ($val) {
210
+        $getCurlResponseCaller = function($val) {
211 211
             $this->inUrl = 'post';
212 212
             return $this->getCurlResponse($val);
213 213
         };
Please login to merge, or discard this patch.