phpcs fixes
This commit is contained in:
parent
b262ac8e53
commit
596ac29ba4
|
@ -11,6 +11,10 @@
|
|||
*/
|
||||
class WC_Tests_Webhook_Functions extends WC_Unit_Test_Case {
|
||||
|
||||
/**
|
||||
* Temporarily store webhook delivery counters.
|
||||
* @var array
|
||||
*/
|
||||
protected $delivery_counter = array();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue