Code style fixes
This commit is contained in:
parent
f56d057140
commit
26d59c224a
9 changed files with 149 additions and 158 deletions
|
|
@ -74,7 +74,7 @@ class BuildErrorStore extends BuildErrorStoreBase
|
|||
$res = $stmt->fetch(\PDO::FETCH_ASSOC);
|
||||
return $res['total'];
|
||||
} else {
|
||||
return array();
|
||||
return [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue