wiki.techinc.nl/includes/export
Alangi Derick 0848d0e607 export: Fix return value of write() function in DumpOutput.php
Per http://php.net/manual/en/function.print.php, print always returns
1 (integer value of one) but write() doesn't actually return this value
to it's caller. So "@return bool" in this case doesn't make sense as
one will think it's returning a bool type. `write()` only takes a string
and prints it, and if we really want to return it's value (in this case),
it will be "@return int" not data of type bool.

Change-Id: I45b4a157cde2f768d77dda76d6ae0caa47e28f20
2018-12-03 12:28:48 +01:00
..
BaseDump.php
Dump7ZipOutput.php
DumpBZip2Output.php
DumpDBZip2Output.php
DumpFileOutput.php
DumpFilter.php export: Do not pass unused parameter 2018-12-01 23:50:22 +00:00
DumpGZipOutput.php
DumpLatestFilter.php
DumpMultiWriter.php
DumpNamespaceFilter.php Don't use deprecated NS_IMAGE* 2018-03-16 22:58:58 -07:00
DumpNotalkFilter.php
DumpOutput.php export: Fix return value of write() function in DumpOutput.php 2018-12-03 12:28:48 +01:00
DumpPipeOutput.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
DumpStringOutput.php
ExportProgressFilter.php
WikiExporter.php Fix for missing end tag </page> on some exports 2018-10-31 18:02:02 -05:00
XmlDumpWriter.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00