Completed
Push — master ( 24e01c...e70b48 )
by Владислав
04:29 queued 02:12
created
src/core/DeCaptchaWiki.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -519,14 +519,14 @@
 block discarded – undo
519 519
         $str .= "+ [{$this->getText(['slug', 'menu', 'another'])}](../blob/master/docs/".$this->getFileName($this->lang == 'ru' ? 'en' : 'ru').')'.PHP_EOL;
520 520
         $str .= "+ {$this->getText(['slug', 'menu', 'anchor'])}".PHP_EOL;
521 521
         foreach ([
522
-                     ['slug', 'link'],
523
-                     ['slug', 'service', 'desc'],
524
-                     ['slug', 'price'],
525
-                     ['slug', 'recognize', 'desc'],
526
-                     ['install'],
527
-                     ['example'],
528
-                     ['slug', 'fields', 'desc'],
529
-                 ] as $anchor) {
522
+                        ['slug', 'link'],
523
+                        ['slug', 'service', 'desc'],
524
+                        ['slug', 'price'],
525
+                        ['slug', 'recognize', 'desc'],
526
+                        ['install'],
527
+                        ['example'],
528
+                        ['slug', 'fields', 'desc'],
529
+                    ] as $anchor) {
530 530
             $str .= "  + [{$this->getText($anchor)}](#".implode('-', explode(' ', $this->getText($anchor))).')'.PHP_EOL;
531 531
         }
532 532
         if ($this->getText(['menu', 'from_service'])) {
Please login to merge, or discard this patch.