X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fimport%2FUploadSourceAdapter.php;h=7ac895c9d35e615e1e42ffa92ce290dfda87b359;hb=243a466018d24415de27815cfae995865c45a66a;hp=1f49c8aaf5f0d7bb6ba153265d959b3584629072;hpb=2f885ee6b797e5a176ce7b270b674a04b5945b06;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/import/UploadSourceAdapter.php b/includes/import/UploadSourceAdapter.php index 1f49c8aaf5..7ac895c9d3 100644 --- a/includes/import/UploadSourceAdapter.php +++ b/includes/import/UploadSourceAdapter.php @@ -32,7 +32,7 @@ class UploadSourceAdapter { /** @var array */ public static $sourceRegistrations = []; - /** @var string */ + /** @var ImportSource */ private $mSource; /** @var string */ @@ -57,7 +57,7 @@ class UploadSourceAdapter { * @param string $path * @param string $mode * @param array $options - * @param string $opened_path + * @param string &$opened_path * @return bool */ function stream_open( $path, $mode, $options, &$opened_path ) {