X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fexport%2FDumpOutput.php;h=5c15c5f9c0286f0866a07106a20c69cadb4c9581;hb=9e8439e79d67788916d488f645108f79016d9aca;hp=ab925b75fff0032a9f9cf5ecf6b240ef239f1a62;hpb=2b5cd3242845e7c61fd0310e17d2e67d82a1cb7e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/export/DumpOutput.php b/includes/export/DumpOutput.php index ab925b75ff..5c15c5f9c0 100644 --- a/includes/export/DumpOutput.php +++ b/includes/export/DumpOutput.php @@ -86,7 +86,7 @@ class DumpOutput { * and reopen new file with the old name. Use this * for writing out a file in multiple pieces * at specified checkpoints (e.g. every n hours). - * @param string|array $newname File name. May be a string or an array with one element + * @param string|string[] $newname File name. May be a string or an array with one element */ function closeRenameAndReopen( $newname ) { } @@ -95,7 +95,7 @@ class DumpOutput { * Close the old file, and move it to a specified name. * Use this for the last piece of a file written out * at specified checkpoints (e.g. every n hours). - * @param string|array $newname File name. May be a string or an array with one element + * @param string|string[] $newname File name. May be a string or an array with one element * @param bool $open If true, a new file with the old filename will be opened * again for writing (default: false) */