mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 00:03:12 +08:00
Added nullsafe operator to simplify conditions
This commit is contained in:
@@ -24,7 +24,7 @@ interface VisitsStatsHelperInterface
|
||||
public function visitsForShortUrl(
|
||||
ShortUrlIdentifier $identifier,
|
||||
VisitsParams $params,
|
||||
?ApiKey $apiKey = null
|
||||
?ApiKey $apiKey = null,
|
||||
): Paginator;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user