Skip to content

Commit

Permalink
Declare properties of api_testable explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Nov 13, 2023
1 parent 431e2c8 commit 6657ada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions classes/local/api_testable.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ class api_testable extends api {
/** @var string version api version to apply for */
public $version = '1.9.0';

private string $username;
private string $password;
private string $timeout;
private string $connecttimeout;
private string $baseurl;

/**
* Constructor of the Opencast Test API.
*
Expand Down

0 comments on commit 6657ada

Please sign in to comment.