Skip to content

Commit 6fd8fb1

Browse files
committed
revert
1 parent 2bd89d4 commit 6fd8fb1

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

src/DatabunkerproApi.php

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,11 @@
55
use Exception;
66

77
class DatabunkerproApi {
8-
/** @var string */
9-
private string $baseURL;
10-
11-
/** @var string */
12-
private string $xBunkerToken;
13-
14-
/** @var string */
15-
private string $xBunkerTenant;
8+
private $baseURL;
9+
private $xBunkerToken;
10+
private $xBunkerTenant;
1611

17-
/**
18-
* @param string $baseURL The base URL of the DatabunkerPro API
19-
* @param string $xBunkerToken The API token
20-
* @param string $xBunkerTenant The tenant identifier
21-
*/
22-
public function __construct(string $baseURL, string $xBunkerToken = '', string $xBunkerTenant = '') {
12+
public function __construct($baseURL, $xBunkerToken = '', $xBunkerTenant = '') {
2313
$this->baseURL = $baseURL;
2414
$this->xBunkerToken = $xBunkerToken;
2515
$this->xBunkerTenant = $xBunkerTenant;

0 commit comments

Comments
 (0)