Code cleanup.

This commit is contained in:
James Cole
2016-08-12 15:10:03 +02:00
parent 955306d877
commit 5c4d010bde
94 changed files with 106 additions and 363 deletions

View File

@@ -44,4 +44,4 @@ class EntryAccount
$this->type = $account->accountType->type;
$this->number = $account->getMeta('accountNumber');
}
}
}

View File

@@ -38,4 +38,4 @@ class EntryBill
}
}
}
}

View File

@@ -38,4 +38,4 @@ class EntryBudget
}
}
}
}

View File

@@ -37,4 +37,4 @@ class EntryCategory
$this->name = $category->name;
}
}
}
}