Fix for #1622 and a special debug view.

This commit is contained in:
James Cole
2018-11-23 08:31:00 +01:00
parent baac2ad921
commit 886d05d436
4 changed files with 43 additions and 10 deletions

View File

@@ -64,6 +64,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property int $id
* @property TransactionType $transactionType
* @property Collection budgets
* @property Bill $bill
* @property Collection transactionJournalMeta
*
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)