X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;ds=sidebyside;f=includes%2Fexport%2FDumpMultiWriter.php;h=92118fe41d39e9a541fbfd42ad0aa96ebd45de2e;hb=568ce02b434ef39a3269bf3d24a54f4b53c3cb12;hp=2f5a78251f9e19b00b8e8af8075fbf8eea9bfd3d;hpb=1a831569c1e341b5f12fe2040a005cc6f4dfb815;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/export/DumpMultiWriter.php b/includes/export/DumpMultiWriter.php index 2f5a78251f..92118fe41d 100644 --- a/includes/export/DumpMultiWriter.php +++ b/includes/export/DumpMultiWriter.php @@ -2,7 +2,7 @@ /** * Base class for output stream; prints to stdout or buffer or wherever. * - * Copyright © 2003, 2005, 2006 Brion Vibber + * Copyright © 2003, 2005, 2006 Brion Vibber * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify @@ -104,7 +104,7 @@ class DumpMultiWriter { * @return array */ function getFilenames() { - $filenames = array(); + $filenames = []; for ( $i = 0; $i < $this->count; $i++ ) { $filenames[] = $this->sinks[$i]->getFilenames(); }