Skip to content

Commit 682dd67

Browse files
RhysLeesgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 91ea2d3 commit 682dd67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/FlysystemCloudinaryAdapter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Cloudinary\Asset\Media;
1111
use Cloudinary\Cloudinary;
1212
use Cloudinary\Configuration\Configuration;
13-
use Cloudinary\Transformation\Resize;
1413
use CodebarAg\FlysystemCloudinary\Events\FlysystemCloudinaryResponseLog;
1514
use Exception;
1615
use Illuminate\Http\Client\RequestException;
@@ -524,10 +523,8 @@ private function extractExtraMetadata(array $metadata): array
524523
/**
525524
* Get the URL of an image with optional transformation parameters
526525
*
527-
* @param string|array $path
528526
* @return string
529527
*/
530-
531528
public function getUrl(string|array $path): string|false
532529
{
533530
$options = [];

0 commit comments

Comments
 (0)