Set default values

This commit is contained in:
David Bomba 2021-04-25 14:45:16 +10:00
parent 55125db7c4
commit 47ad8e1394
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ class EmailFailure
* *
* @var string * @var string
*/ */
public $string_metric5 = ''; public $string_metric5 = 'stub';
/** /**
* The exception string * The exception string
@ -53,7 +53,7 @@ class EmailFailure
* *
* @var string * @var string
*/ */
public $string_metric6 = ''; public $string_metric6 = 'stub';
/** /**
* The counter * The counter

View File

@ -46,7 +46,7 @@ class EmailSuccess
* *
* @var string * @var string
*/ */
public $string_metric5 = ''; public $string_metric5 = 'stub';
/** /**
* The exception string * The exception string
@ -54,7 +54,7 @@ class EmailSuccess
* *
* @var string * @var string
*/ */
public $string_metric6 = ''; public $string_metric6 = 'stub';
/** /**
* The counter * The counter