fix: noverify --fix
This commit is contained in:
parent
5aff28d2b8
commit
117640a755
44 changed files with 174 additions and 174 deletions
|
|
@ -7,7 +7,7 @@ class ListView extends View
|
|||
{
|
||||
function execute()
|
||||
{
|
||||
$result = array();
|
||||
$result = [];
|
||||
foreach ($this->_section as $key => $value) {
|
||||
$result [] = $value->execute();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue