@@ -3,7 +3,6 @@ |
||
| 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 |
@@ -13,10 +13,10 @@ discard block |
||
| 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 |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | - * @param $sourcePath |
|
| 68 | + * @param string $sourcePath |
|
| 69 | 69 | * @param $destinationPath |
| 70 | 70 | * @param null $targetModel |
| 71 | 71 | * |