Skip to content

Commit

Permalink
Add default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav.Bures authored and Stanislav.Bures committed May 26, 2022
1 parent 90ea253 commit 580d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentPHPUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class agentPHPUnit implements Framework\TestListener
* @param $launchDescription
* @param $envVariables
*/
public function __construct($UUID, $host, $projectName, $timeZone, $launchName, $launchDescription, $envVariables = "")
public function __construct($UUID, $host, $projectName, $timeZone, $launchName, $launchDescription, $envVariables = [])
{
$this->UUID = $UUID;
$this->host = $host;
Expand Down

0 comments on commit 580d9ac

Please sign in to comment.