Completed
Pull Request — master (#404)
by Richard
11:08
created
upgrade/upd-2.5.8-to-2.5.9/index.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      * @param string   $sourceName template file name
99 99
      * @param string   $fileName   configuration file name
100 100
      *
101
-     * @return true|string true on success, error message on failure
101
+     * @return string|boolean true on success, error message on failure
102 102
      */
103 103
     protected function writeConfigurationFile($vars, $path, $sourceName, $fileName)
104 104
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * Rewrite mainfile and secure file with current templates
194 194
      *
195
-     * @return bool
195
+     * @return string|boolean
196 196
      */
197 197
     public function apply_zaplegacy()
198 198
     {
Please login to merge, or discard this patch.