@@ -163,6 +163,9 @@ discard block |
||
| 163 | 163 | ); |
| 164 | 164 | } |
| 165 | 165 | |
| 166 | + /** |
|
| 167 | + * @param string $content |
|
| 168 | + */ |
|
| 166 | 169 | private function handleThemeImports(&$content) |
| 167 | 170 | { |
| 168 | 171 | if (($themeName = $this->configuration->getTheme())) |
@@ -172,6 +175,9 @@ discard block |
||
| 172 | 175 | } |
| 173 | 176 | } |
| 174 | 177 | |
| 178 | + /** |
|
| 179 | + * @return string |
|
| 180 | + */ |
|
| 175 | 181 | public static function stringToFormatter($format) |
| 176 | 182 | { |
| 177 | 183 | if ($format == 'nested') |