mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 16:53:11 +08:00
Added property types to some classes
This commit is contained in:
@@ -25,14 +25,10 @@ use function http_build_query;
|
||||
|
||||
abstract class AbstractTrackingAction implements MiddlewareInterface
|
||||
{
|
||||
/** @var UrlShortenerInterface */
|
||||
private $urlShortener;
|
||||
/** @var VisitsTrackerInterface */
|
||||
private $visitTracker;
|
||||
/** @var AppOptions */
|
||||
private $appOptions;
|
||||
/** @var LoggerInterface */
|
||||
private $logger;
|
||||
private UrlShortenerInterface $urlShortener;
|
||||
private VisitsTrackerInterface $visitTracker;
|
||||
private AppOptions $appOptions;
|
||||
private LoggerInterface $logger;
|
||||
|
||||
public function __construct(
|
||||
UrlShortenerInterface $urlShortener,
|
||||
|
||||
Reference in New Issue
Block a user