Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Aug 9, 2020
1 parent 94d735c commit 7c78a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/DatabaseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function imageExists(string $user, string $imageIdentifier) : bool;
* @param string $user The user attached to the URL
* @param string $imageIdentifier The image identifier attached to the URL
* @param string $extension Optionl image extension
* @param array<string, string> $query Optional query parameters
* @param array<string, string|string[]> $query Optional query parameters
* @return bool
*/
function insertShortUrl(string $shortUrlId, string $user, string $imageIdentifier, string $extension = null, array $query = []) : bool;
Expand Down

0 comments on commit 7c78a3d

Please sign in to comment.