Checkstyle fixes

This commit is contained in:
ByteHamster 2019-04-17 13:03:16 +02:00
parent 9b7fe210c5
commit 2388fdfbaa
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ class Calendar extends \Flake\Core\Model\Db {
protected function initFloating() {
parent::initFloating();
$this->oCalendar = new Calendar\Calendar();
$this->oCalendar = new Calendar\Calendar();
}
protected function initByPrimary($sPrimary) {

View file

@ -33,8 +33,8 @@ class Calendar extends \Flake\Core\Model\Db {
const LABELFIELD = "components";
protected $aData = [
"synctoken" => "",
"components" => ""
"synctoken" => "",
"components" => ""
];
function hasInstances() {