Completed
Push — master ( eaac19...9232f4 )
by Владислав
02:07
created
src/core/DeCaptchaBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      * @return bool
134 134
      * @throws DeCaptchaErrors
135 135
      */
136
-    protected function requestRepeat($action, $decodeAction, $setParam, $decodeSerParam, $ok, $sleep, $repeat){
136
+    protected function requestRepeat($action, $decodeAction, $setParam, $decodeSerParam, $ok, $sleep, $repeat) {
137 137
         while ($this->limitHasNotYetEnded($action)) {
138 138
             $this->executionDelayed($sleep);
139 139
             $response = $this->getResponse($action);
Please login to merge, or discard this patch.