mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed unintended change in phpdoc
This commit is contained in:
parent
8ecc241a4b
commit
e0a9f8120c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class VisitsStatsHelper implements VisitsStatsHelperInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @return Paginator<Visit>
|
||||
* @return Visit[]|Paginator
|
||||
* @throws ShortUrlNotFoundException
|
||||
*/
|
||||
public function visitsForShortUrl(
|
||||
|
|
Loading…
Add table
Reference in a new issue