Merge "Pass message arguments as array to ErrorPageError"
[lhc/web/wiklou.git] / includes / export / DumpOutput.php
index edd73fc..ab925b7 100644 (file)
@@ -76,7 +76,6 @@ class DumpOutput {
        /**
         * Override to write to a different stream type.
         * @param string $string
-        * @return bool
         */
        function write( $string ) {
                print $string;