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 |
||
|---|---|---|
| .. | ||
| BaseDump.php | ||
| Dump7ZipOutput.php | ||
| DumpBZip2Output.php | ||
| DumpDBZip2Output.php | ||
| DumpFileOutput.php | ||
| DumpFilter.php | ||
| DumpGZipOutput.php | ||
| DumpLatestFilter.php | ||
| DumpLBZip2Output.php | ||
| DumpMultiWriter.php | ||
| DumpNamespaceFilter.php | ||
| DumpNotalkFilter.php | ||
| DumpOutput.php | ||
| DumpPipeOutput.php | ||
| DumpStringOutput.php | ||
| ExportProgressFilter.php | ||
| WikiExporter.php | ||
| XmlDumpWriter.php | ||