mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Various fixes for tests and code quality.
This commit is contained in:
@@ -43,7 +43,7 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
class ExpenseReportController extends Controller
|
||||
{
|
||||
/** @var AccountRepositoryInterface */
|
||||
/** @var AccountRepositoryInterface The account repository */
|
||||
protected $accountRepository;
|
||||
/** @var GeneratorInterface */
|
||||
protected $generator;
|
||||
|
Reference in New Issue
Block a user