fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 02:48:07 +00:00
parent 7ecbce9b79
commit f8a85f432d

View File

@ -36,6 +36,11 @@ class AmountGroup
public int $option = 0; public int $option = 0;
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct() public function __construct()
{ {
$this->type = new BaseStringL11nType(); $this->type = new BaseStringL11nType();