@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | * @param string $sourceName template file name |
111 | 111 | * @param string $fileName configuration file name |
112 | 112 | * |
113 | - * @return true|string true on success, error message on failure |
|
113 | + * @return string|boolean true on success, error message on failure |
|
114 | 114 | */ |
115 | 115 | function writeConfigurationFile($vars, $path, $sourceName, $fileName) |
116 | 116 | { |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | * |
154 | 154 | * @param string $filename file or directory name |
155 | 155 | * |
156 | - * @return array|false false on error, or array of file stat information |
|
156 | + * @return string false on error, or array of file stat information |
|
157 | 157 | */ |
158 | 158 | function getStats($filename) |
159 | 159 | { |