Code style fixes

This commit is contained in:
Dmitry Khomutov 2016-04-21 10:58:09 +06:00
commit 6891b8a75f
87 changed files with 598 additions and 603 deletions

View file

@ -45,7 +45,7 @@ class BuildMetaStore extends BuildMetaStoreBase
return $rtn;
} else {
return array();
return [];
}
}
}