mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-27 08:35:01 +00:00
Add php doc [skip ci]
This commit is contained in:
@@ -48,9 +48,9 @@ class BillController extends Controller
|
||||
{
|
||||
/** @var AttachmentHelperInterface Helper for attachments. */
|
||||
private $attachments;
|
||||
/** @var BillRepositoryInterface */
|
||||
/** @var BillRepositoryInterface Bill repository */
|
||||
private $billRepository;
|
||||
/** @var RuleGroupRepositoryInterface */
|
||||
/** @var RuleGroupRepositoryInterface Rule group repository */
|
||||
private $ruleGroupRepos;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user