Completed
Pull Request — master (#60)
by Richard
12:06
created
htdocs/install/page_configsave.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 {
Please login to merge, or discard this patch.