X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fimport%2FImportStringSource.php;h=fdd1f7777405f3001ca705b225de900ed7312a8d;hb=54c93f1d384cd5accd2db2ebbb911e4d627c2980;hp=85983b1a11eb52848c33e40edd60837900a9c344;hpb=d85322a862c4f17274aedf382044721dcabaac08;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/import/ImportStringSource.php b/includes/import/ImportStringSource.php index 85983b1a11..fdd1f77774 100644 --- a/includes/import/ImportStringSource.php +++ b/includes/import/ImportStringSource.php @@ -32,6 +32,9 @@ * @ingroup SpecialPage */ class ImportStringSource implements ImportSource { + /** + * @param string $string + */ function __construct( $string ) { $this->mString = $string; $this->mRead = false;