Various code clean up.

This commit is contained in:
James Cole
2017-07-07 13:50:15 +02:00
parent 71a41bc00d
commit 69eef30ad3
9 changed files with 83 additions and 202 deletions

View File

@@ -62,8 +62,6 @@ class ImportJournal
private $modifiers = [];
/** @var array */
private $tags = [];
/** @var string */
private $transactionType = '';
/** @var User */
private $user;