X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexport%2FDumpMultiWriter.php;h=92118fe41d39e9a541fbfd42ad0aa96ebd45de2e;hb=36395150104588f2afea866c330b683e4329fa48;hp=2f5a78251f9e19b00b8e8af8075fbf8eea9bfd3d;hpb=6a325346460c6de5b8edf315117cab92fc51b11b;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(); }