File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 55use Exception ;
66
77class 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 ;
You can’t perform that action at this time.
0 commit comments