Fixed unintended change in phpdoc

This commit is contained in:
Alejandro Celaya 2023-01-02 12:48:23 +01:00
parent 8ecc241a4b
commit e0a9f8120c

View File

@ -52,7 +52,7 @@ class VisitsStatsHelper implements VisitsStatsHelperInterface
} }
/** /**
* @return Paginator<Visit> * @return Visit[]|Paginator
* @throws ShortUrlNotFoundException * @throws ShortUrlNotFoundException
*/ */
public function visitsForShortUrl( public function visitsForShortUrl(