Clean up comments

This commit is contained in:
James Cole
2023-02-22 18:03:31 +01:00
parent 68f398f97c
commit e6dc881f56
119 changed files with 317 additions and 234 deletions

View File

@@ -77,6 +77,7 @@ class DoubleController extends Controller
* @param Carbon $end
*
* @return string
* @throws FireflyException
*/
public function avgExpenses(Collection $accounts, Collection $doubles, Carbon $start, Carbon $end)
{
@@ -129,6 +130,7 @@ class DoubleController extends Controller
* @param Carbon $end
*
* @return string
* @throws FireflyException
*/
public function avgIncome(Collection $accounts, Collection $doubles, Carbon $start, Carbon $end)
{
@@ -425,6 +427,7 @@ class DoubleController extends Controller
* @param Carbon $end
*
* @return string
* @throws FireflyException
*/
public function topExpenses(Collection $accounts, Collection $doubles, Carbon $start, Carbon $end)
{
@@ -475,6 +478,7 @@ class DoubleController extends Controller
* @param Carbon $end
*
* @return string
* @throws FireflyException
*/
public function topIncome(Collection $accounts, Collection $doubles, Carbon $start, Carbon $end)
{