X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexport%2FDumpFilter.php;h=1349c54b95dc3107b689a66e2bb8145cf11c2214;hb=9d78fc2c872daf0eed70a1d63a09cc5b34711d0f;hp=5c27658af561f451f2a7ab768c658cd8842e9d40;hpb=e4854a1f0057ac344e2b5c6656ac186fcd8dc3fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/export/DumpFilter.php b/includes/export/DumpFilter.php index 5c27658af5..1349c54b95 100644 --- a/includes/export/DumpFilter.php +++ b/includes/export/DumpFilter.php @@ -42,7 +42,7 @@ class DumpFilter { protected $sendingThisPage; /** - * @param DumpOutput $sink + * @param DumpOutput &$sink */ function __construct( &$sink ) { $this->sink =& $sink;