mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed all possible PHPStan errors
This commit is contained in:
@@ -21,10 +21,10 @@ interface VisitsTrackerInterface
|
||||
/**
|
||||
* Returns the visits on certain short code
|
||||
*
|
||||
* @param $shortCode
|
||||
* @param string $shortCode
|
||||
* @param DateRange $dateRange
|
||||
* @return Visit[]
|
||||
* @throws InvalidArgumentException
|
||||
*/
|
||||
public function info($shortCode, DateRange $dateRange = null): array;
|
||||
public function info(string $shortCode, DateRange $dateRange = null): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user