Code style fixes
This commit is contained in:
parent
5371b8fc75
commit
5b9c1d32f1
16 changed files with 1219 additions and 1360 deletions
|
|
@ -20,7 +20,7 @@ class Config
|
|||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $config = array();
|
||||
protected $config = [];
|
||||
|
||||
public function __construct($settings = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue