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

@@ -67,6 +67,7 @@ class OperationsController extends Controller
* @param Carbon $end
*
* @return mixed|string
* @throws FireflyException
*/
public function expenses(Collection $accounts, Carbon $start, Carbon $end)
{
@@ -102,6 +103,7 @@ class OperationsController extends Controller
* @param Carbon $end
*
* @return string
* @throws FireflyException
*/
public function income(Collection $accounts, Carbon $start, Carbon $end): string
{
@@ -137,6 +139,7 @@ class OperationsController extends Controller
* @param Carbon $end
*
* @return mixed|string
* @throws FireflyException
*/
public function operations(Collection $accounts, Carbon $start, Carbon $end)
{