From 706890a36ea027ad1d3ed486ba113f3aff7a7141 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 22 Jan 2020 01:01:16 +0300 Subject: [PATCH] Add "since" tags to UploadedFile [skip ci] --- framework/web/UploadedFile.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/web/UploadedFile.php b/framework/web/UploadedFile.php index 85d586f..500e45d 100644 --- a/framework/web/UploadedFile.php +++ b/framework/web/UploadedFile.php @@ -190,6 +190,7 @@ class UploadedFile extends BaseObject * * @param string $targetFile path of the file to copy to * @return bool|int the total count of bytes copied, or false on failure + * @since 2.0.32 */ protected function copyTempFile($targetFile) { @@ -211,6 +212,7 @@ class UploadedFile extends BaseObject * Delete temporary file * * @return bool if file was deleted + * @since 2.0.32 */ protected function deleteTempFile() { @@ -225,6 +227,7 @@ class UploadedFile extends BaseObject * * @param string $file path to the file to check * @return bool + * @since 2.0.32 */ protected function isUploadedFile($file) {