X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fupload%2FUploadStash.php;h=23a7a3a8fe46c0695a1178fad26161c78c3e5645;hb=1a8daf2c07e31337d83ee39b42873373023c8d40;hp=a7e7100248d2f0e46dc4cd6aeb2079412b119ffb;hpb=ee9d87560773b147ed0888377c6885a042af8cb1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index a7e7100248..23a7a3a8fe 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -167,7 +167,7 @@ class UploadStash { /** * Getter for file metadata. * - * @param string $key key under which file information is stored + * @param string $key Key under which file information is stored * @return array */ public function getMetadata( $key ) { @@ -179,7 +179,7 @@ class UploadStash { /** * Getter for fileProps * - * @param string $key key under which file information is stored + * @param string $key Key under which file information is stored * @return array */ public function getFileProps( $key ) { @@ -523,7 +523,7 @@ class UploadStash { /** * Helper function: Initialize the UploadStashFile for a given file. * - * @param string $key key under which to store the object + * @param string $key Key under which to store the object * @throws UploadStashZeroLengthFileException * @return bool */