@@ -39,7 +39,6 @@ |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * |
42 | - * @param type $config_files |
|
43 | 42 | * @todo user %paths.base% value |
44 | 43 | */ |
45 | 44 | private function loadConfigFiles($configs_mapping) |
@@ -25,6 +25,9 @@ |
||
25 | 25 | return self::USER_DEFINED_PLACEHOLDER_REGEX; |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $string |
|
30 | + */ |
|
28 | 31 | private static function replaceStringPlaceholders($string, PlaceholdersRepository $repository, $tags) { |
29 | 32 | preg_match_all(self::USER_DEFINED_PLACEHOLDER_REGEX, $string, $matches, PREG_SET_ORDER); |
30 | 33 | foreach ($matches as $match) { |