From 038ba3b006ec65bce3617ba59ef86f5c8094c1bb Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 12 Sep 2018 20:34:36 +0200 Subject: [PATCH] Fixed wrong typehint --- module/Core/src/Service/UrlShortener.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/Core/src/Service/UrlShortener.php b/module/Core/src/Service/UrlShortener.php index 7f1a3261..4ae4c510 100644 --- a/module/Core/src/Service/UrlShortener.php +++ b/module/Core/src/Service/UrlShortener.php @@ -69,7 +69,6 @@ class UrlShortener implements UrlShortenerInterface * @param \DateTime|null $validUntil * @param string|null $customSlug * @param int|null $maxVisits - * @return string * @throws NonUniqueSlugException * @throws InvalidUrlException * @throws RuntimeException