Code style fixes

This commit is contained in:
Dmitry Khomutov 2016-08-25 23:13:19 +07:00
commit 26d59c224a
9 changed files with 149 additions and 158 deletions

View file

@ -74,7 +74,7 @@ class BuildErrorStore extends BuildErrorStoreBase
$res = $stmt->fetch(\PDO::FETCH_ASSOC);
return $res['total'];
} else {
return array();
return [];
}
}
}