mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Update PHP doc everywhere.
This commit is contained in:
@@ -38,11 +38,11 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
class BillController extends Controller
|
||||
{
|
||||
/** @var GeneratorInterface */
|
||||
/** @var GeneratorInterface Chart generation methods. */
|
||||
protected $generator;
|
||||
|
||||
/**
|
||||
* checked.
|
||||
* BillController constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
@@ -85,6 +85,8 @@ class BillController extends Controller
|
||||
|
||||
|
||||
/**
|
||||
* Shows history for a single bill.
|
||||
*
|
||||
* @param JournalCollectorInterface $collector
|
||||
* @param Bill $bill
|
||||
*
|
||||
|
Reference in New Issue
Block a user