X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fimport%2FImportStreamSource.php;h=2f8f5dda14924722f04d25ccb5510eb07cd898bc;hb=5a451fd01be397db3209c1881a335423706da5c2;hp=e6936cb2e3b11894f7f441aa609309065b8d7278;hpb=a3cd158d8433e41cbeb299f0e268dfef363b2afd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/import/ImportStreamSource.php b/includes/import/ImportStreamSource.php index e6936cb2e3..2f8f5dda14 100644 --- a/includes/import/ImportStreamSource.php +++ b/includes/import/ImportStreamSource.php @@ -30,6 +30,9 @@ use MediaWiki\MediaWikiServices; * @ingroup SpecialPage */ class ImportStreamSource implements ImportSource { + /** + * @param resource $handle + */ function __construct( $handle ) { $this->mHandle = $handle; }