export: Align docs of close(Rename/Reopen) methods
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Sun, 15 Sep 2019 09:10:29 +0000 (11:10 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 19 Sep 2019 17:29:30 +0000 (17:29 +0000)
commit1927fda9093fdccea5541f4621591ee4e3d55282
tree5300b5923c70172ee2f6fda6651bb1016fab52ef
parentb138a9b228ea75814dfad26f4b6fed9360732167
export: Align docs of close(Rename/Reopen) methods

The base implementation says it can accept an array with a single
element, but the subclasses only had `string` in the docblock (although
they could handle the array case). Hence, replace docblocks in
subclasses with @inheritDoc to copy the parent description and avoid
such discrepancies in the future.

Plus, change `array` to `string[]` for better type inference.

Change-Id: Ica9929fd50f31d8d5f0e29f7c60364086ea39ae5
includes/export/Dump7ZipOutput.php
includes/export/DumpFileOutput.php
includes/export/DumpFilter.php
includes/export/DumpOutput.php
includes/export/DumpPipeOutput.php