Completed
Push — master ( a15ea7...cf9bf8 )
by Владислав
02:13
created
src/core/DeCaptchaWikiMain.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -119,12 +119,12 @@
 block discarded – undo
119 119
     {
120 120
         $str = "+ [{$this->getText(['slug', 'menu', 'another'])}](../docs/" . $this->getFileName($this->lang == 'ru' ? 'en' : 'ru') . ')' . PHP_EOL;
121 121
         foreach ([
122
-                     ['slug', 'menu', 'desc'],
123
-                     ['slug', 'menu', 'features'],
124
-                     ['slug', 'menu', 'services'],
125
-                     ['install'],
126
-                     ['example'],
127
-                 ] as $anchor) {
122
+                        ['slug', 'menu', 'desc'],
123
+                        ['slug', 'menu', 'features'],
124
+                        ['slug', 'menu', 'services'],
125
+                        ['install'],
126
+                        ['example'],
127
+                    ] as $anchor) {
128 128
             $str .= "+ [{$this->getText($anchor)}](#" . implode('-', explode(' ', $this->getText($anchor))) . ')' . PHP_EOL;
129 129
         }
130 130
 
Please login to merge, or discard this patch.