mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add phpdocs everywhere.
This commit is contained in:
@@ -49,7 +49,7 @@ class ExpenseReportController extends Controller
|
||||
protected $generator;
|
||||
|
||||
/**
|
||||
*
|
||||
* ExpenseReportController constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
@@ -147,9 +147,9 @@ class ReportController extends Controller
|
||||
/**
|
||||
* Shows sum income and expense, debit/credit: operations.
|
||||
*
|
||||
* @param Collection $accounts
|
||||
* @param Carbon $start
|
||||
* @param Carbon $end
|
||||
* @param Collection $accounts
|
||||
*
|
||||
* @return \Illuminate\Http\JsonResponse
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user