Completed
Push — master ( 9b439e...de8363 )
by Igor
03:05
created
src/behaviors/FileBehavior.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/behaviors/FileBind.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/storages/LocalStorage.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -96,8 +96,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.