Completed
Push — master ( 2fb7dc...24e01c )
by Владислав
02:16
created
src/services/RuCaptchaReCaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             static::ACTION_FIELD_PAGEURL   => 'http://site.com/recaptcha-ex',
79 79
         ]);
80 80
         $this->wiki->setText(['recognize', 'file'], false);
81
-        $this->wiki->setText(['menu','from_service'], [
81
+        $this->wiki->setText(['menu', 'from_service'], [
82 82
             RuCaptcha::class,
83 83
             RuCaptchaClick::class,
84 84
             RuCaptchaInstruction::class,
Please login to merge, or discard this patch.
src/services/TwoCaptchaInstruction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             'ru' => '2Captcha Инструкция',
18 18
         ]);
19 19
         $this->wiki->setText(['service', 'href'], 'http://infoblog1.ru/goto/2captcha');
20
-        $this->wiki->setText(['menu','from_service'], [
20
+        $this->wiki->setText(['menu', 'from_service'], [
21 21
             TwoCaptcha::class,
22 22
             TwoCaptchaClick::class,
23 23
             TwoCaptchaGrid::class,
Please login to merge, or discard this patch.
src/services/Anticaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
                 'rn - группа стран Россия, Украина, Беларусь, Казахстан',
254 254
             ],
255 255
         ]);
256
-        $this->wiki->setText(['menu','from_service'], [
256
+        $this->wiki->setText(['menu', 'from_service'], [
257 257
             AnticaptchaReCaptchaProxeless::class,
258 258
             AnticaptchaReCaptcha::class,
259 259
         ]);
Please login to merge, or discard this patch.
src/services/TwoCaptchaGrid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
             'en' => '2Captcha Grid (ReCaptcha v2)',
19 19
         ]);
20 20
         $this->wiki->setText(['service', 'href'], 'http://infoblog1.ru/goto/2captcha');
21
-        $this->wiki->setText(['menu','from_service'], [
21
+        $this->wiki->setText(['menu', 'from_service'], [
22 22
             TwoCaptcha::class,
23 23
             TwoCaptchaInstruction::class,
24 24
             TwoCaptchaClick::class,
Please login to merge, or discard this patch.