Completed
Push — master ( 2c4f4a...51d604 )
by Joseph
01:42
created
src/Models/CloudStorage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace STS\StorageConnect\Models;
4 4
 
5 5
 use Illuminate\Database\Eloquent\Model;
6
-use STS\StorageConnect\Exceptions\StorageUnavailableException;
7 6
 
8 7
 /**
9 8
  * Class CloudStorage
Please login to merge, or discard this patch.
src/Models/Concerns/UploadsFiles.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@  discard block
 block discarded – undo
13 13
 trait UploadsFiles
14 14
 {
15 15
     /**
16
-     * @param      $source
17
-     * @param      $destinationPath
16
+     * @param      string $source
17
+     * @param      string $destinationPath
18 18
      * @param bool $shouldQueue
19
-     * @param null $queueJob
19
+     * @param UploadFile $queueJob
20 20
      *
21 21
      * @return bool
22 22
      */
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @param $sourcePath
68
+     * @param string $sourcePath
69 69
      * @param $destinationPath
70 70
      * @param null $targetModel
71 71
      *
Please login to merge, or discard this patch.