Skip to content

Commit f999316

Browse files
committed
fix: make method annotations in facade static
1 parent a3d6dc1 commit f999316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Facades/ImageTransformUrl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/**
1010
* @see \AceOfAces\LaravelImageTransformUrl\LaravelImageTransformUrl;
1111
*
12-
* @method string signedUrl(string $path, array|string $options = [], ?string $pathPrefix = null, \DateTimeInterface|\DateInterval|int|null $expiration = null, ?bool $absolute = true)
13-
* @method string temporarySignedUrl(string $path, array|string $options = [], \DateTimeInterface|\DateInterval|int $expiration, ?string $pathPrefix = null, ?bool $absolute = true)
12+
* @method static string signedUrl(string $path, array|string $options = [], ?string $pathPrefix = null, \DateTimeInterface|\DateInterval|int|null $expiration = null, ?bool $absolute = true)
13+
* @method static string temporarySignedUrl(string $path, array|string $options = [], \DateTimeInterface|\DateInterval|int $expiration, ?string $pathPrefix = null, ?bool $absolute = true)
1414
*/
1515
class ImageTransformUrl extends Facade
1616
{

0 commit comments

Comments
 (0)