Skip to content

Commit 19abac7

Browse files
committed
Merge branch 'v3-dev-upgrades-and-improvements' of https://github.com/YorCreative/Laravel-UrlShortener into v3-dev-upgrades-and-improvements
2 parents 2b9c855 + 8e07e49 commit 19abac7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Services/ClickService.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ class ClickService
4949
public static int $CLIENT_INITIATED_QRCODE = 9;
5050

5151
/**
52-
* @param string $identifier
53-
* @param string $request_ip
54-
* @param int $outcome_id
55-
* @param string|null $domain
56-
* @param array $headers
5752
* @throws ClickServiceException
5853
*/
5954
public static function track(string $identifier, string $request_ip, int $outcome_id, ?string $domain = null, array $headers = []): void
@@ -77,12 +72,6 @@ public static function track(string $identifier, string $request_ip, int $outcom
7772
}
7873

7974
/**
80-
* @param string $identifier
81-
* @param string $request_ip
82-
* @param int $outcome_id
83-
* @param string|null $domain
84-
* @param array $headers
85-
* @return void
8675
* @throws ClickServiceException
8776
*/
8877
public static function trackWithoutLookup(string $identifier, string $request_ip, int $outcome_id, ?string $domain = null, array $headers = []): void

0 commit comments

Comments
 (0)