X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexport%2FDumpPipeOutput.php;h=4e61434f50e13685cf125d8db1ffd680efb78df8;hb=095c50ade11ccea3b0edc8956ad45dea46d4c18b;hp=0521c5a13152884e2b4728f4d5f3ed99de7d49d8;hpb=9bbb26ffbd16edbaccce27461730fa9e172aa048;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/export/DumpPipeOutput.php b/includes/export/DumpPipeOutput.php index 0521c5a131..4e61434f50 100644 --- a/includes/export/DumpPipeOutput.php +++ b/includes/export/DumpPipeOutput.php @@ -73,15 +73,14 @@ class DumpPipeOutput extends DumpFileOutput { } /** - * @param string $newname + * @inheritDoc */ function closeRenameAndReopen( $newname ) { $this->closeAndRename( $newname, true ); } /** - * @param string $newname - * @param bool $open + * @inheritDoc */ function closeAndRename( $newname, $open = false ) { $newname = $this->checkRenameArgCount( $newname );