@@ -201,7 +201,7 @@ |
||
201 | 201 | * Get the file |
202 | 202 | * |
203 | 203 | * @param string $attribute |
204 | - * @return rkit\filemanager\models\File[] |
|
204 | + * @return File|null |
|
205 | 205 | */ |
206 | 206 | public function getFile($attribute) |
207 | 207 | { |
@@ -109,7 +109,7 @@ |
||
109 | 109 | /** |
110 | 110 | * Save temporary directory to the storage |
111 | 111 | * |
112 | - * @param rkit\filemanager\models\File $file |
|
112 | + * @param File $file |
|
113 | 113 | * @param int $ownerId |
114 | 114 | * @return rkit\filemanager\models\File|bool |
115 | 115 | */ |
@@ -96,8 +96,6 @@ |
||
96 | 96 | /** |
97 | 97 | * Save the file to the storage or temporary directory |
98 | 98 | * |
99 | - * @param string $tempFile |
|
100 | - * @param bool $temporary |
|
101 | 99 | * @param bool $isUploadedFile File has been uploaded or manually created |
102 | 100 | * @return \rkit\filemanager\models\File|bool |
103 | 101 | */ |