mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 01:03:13 +08:00
Update to PHP coding standard 2.4.0
This commit is contained in:
@@ -18,5 +18,5 @@ interface MatomoVisitSenderInterface
|
||||
VisitSendingProgressTrackerInterface|null $progressTracker = null,
|
||||
): SendVisitsResult;
|
||||
|
||||
public function sendVisit(Visit $visit, ?string $originalIpAddress = null): void;
|
||||
public function sendVisit(Visit $visit, string|null $originalIpAddress = null): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user