Skip to content

Commit 4082852

Browse files
committed
fix: correct facade PHPDoc annotation for temporarySignedUrl
1 parent 2f54064 commit 4082852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/ImageTransformUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @method static string make(string $path, array<string, int|string>|string $options = [], ?string $pathPrefix = null)
1111
* @method static string url(string $path, array<string, int|string>|string $options = [], ?string $pathPrefix = null)
1212
* @method static string signedUrl(string $path, array<string, int|string>|string $options = [], ?string $pathPrefix = null, \DateTimeInterface|\DateInterval|int|null $expiration = null, ?bool $absolute = true)
13-
* @method static string temporarySignedUrl(string $path, array<string, int|string>|string $options = [], \DateTimeInterface|\DateInterval|int $expiration, ?string $pathPrefix = null, ?bool $absolute = true)
13+
* @method static string temporarySignedUrl(string $path, array<string, int|string>|string $options = [], \DateTimeInterface|\DateInterval|int $expiration = null, ?string $pathPrefix = null, ?bool $absolute = true)
1414
*
1515
* @see \AceOfAces\LaravelImageTransformUrl\ImageTransformUrl
1616
*/

0 commit comments

Comments
 (0)