From be11cfc2fa4e42a386eb54a9fb0fc8f0feec7b6b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Nov 2019 22:28:04 +0100 Subject: [PATCH] cleanup and tests added for ci/cd --- Models/AccountAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index 35c1ef7..e2081af 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -92,7 +92,7 @@ abstract class AccountAbstract * * @param \DateTime $start Interval start * @param \DateTime $end Interval end - * @param int $dateType + * @param int $dateType Date type by witch the entries should be filtered * * @return array *