Completed
Push — master ( 938bca...f3bd31 )
by Igor
15:12
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.