From d259df9a47b11280fabde0f3af00ae79aff33628 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 23 Feb 2016 07:05:18 +0100 Subject: [PATCH] Fixed a small documentation bug. --- app/Support/Amount.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Support/Amount.php b/app/Support/Amount.php index 3eb21e4522..49f5f6d0cc 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -63,8 +63,8 @@ class Amount /** * - * @param TransactionJournal $journal - * @param bool $coloured + * @param \FireflyIII\Models\TransactionJournal $journal + * @param bool $coloured * * @return string */