@@ -119,12 +119,12 @@ |
||
| 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 | |