Completed
Push — master ( f15f2a...6d9f7a )
by Igor
02:25
created
src/models/File.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      * Set a storage
134 134
      *
135 135
      * @param Storage $storage
136
-     * @return string
136
+     * @return File
137 137
      */
138 138
     public function setStorage(Storage $storage)
139 139
     {
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     /**
147 147
      * Get a storage
148 148
      *
149
-     * @return string
149
+     * @return Storage
150 150
      * @throws InvalidParamException
151 151
      */
152 152
     public function getStorage()
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
      *
276 276
      * @param int $ownerId
277 277
      * @param int $ownerType
278
-     * @return File|null
278
+     * @return string
279 279
      */
280 280
     public static function findOneByOwner($ownerId, $ownerType)
281 281
     {
Please login to merge, or discard this patch.
src/Storage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Set a file
29 29
      *
30
-     * @param File $file File
30
+     * @param models\File $file File
31 31
      * @return string
32 32
      */
33 33
     public function setFile(\rkit\filemanager\models\File $file)
Please login to merge, or discard this patch.