// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
@@ -36,7 +36,7 @@ class AddressFormatCore extends ObjectModel
|
||||
/** @var string */
|
||||
public $format;
|
||||
|
||||
private $_errorFormatList = array();
|
||||
protected $_errorFormatList = array();
|
||||
|
||||
/**
|
||||
* @see ObjectModel::$definition
|
||||
|
||||
Reference in New Issue
Block a user