Fixed wrong typehint

This commit is contained in:
Alejandro Celaya 2018-09-12 20:34:36 +02:00
parent f3c92f4110
commit 038ba3b006

View file

@ -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