Some code cleanup.

This commit is contained in:
James Cole
2016-01-01 12:41:00 +01:00
parent 70c922cdc5
commit b415b6b043
14 changed files with 37 additions and 41 deletions

View File

@@ -43,8 +43,8 @@ class TransactionController extends Controller
}
/**
* @param ARI $repository
* @param string $what
* @param ARI $repository
* @param string $what
*
* @return \Illuminate\View\View
*/
@@ -133,8 +133,8 @@ class TransactionController extends Controller
/**
* Shows the view to edit a transaction.
*
* @param ARI $repository
* @param TransactionJournal $journal
* @param ARI $repository
* @param TransactionJournal $journal
*
* @return $this
*/