mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Add phpdocs everywhere.
This commit is contained in:
@@ -38,6 +38,8 @@ use Log;
|
||||
class JavascriptController extends Controller
|
||||
{
|
||||
/**
|
||||
* Show info about accounts.
|
||||
*
|
||||
* @param AccountRepositoryInterface $repository
|
||||
* @param CurrencyRepositoryInterface $currencyRepository
|
||||
*
|
||||
@@ -68,6 +70,8 @@ class JavascriptController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Get info about currencies.
|
||||
*
|
||||
* @param CurrencyRepositoryInterface $repository
|
||||
*
|
||||
* @return Response
|
||||
@@ -89,6 +93,8 @@ class JavascriptController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Show some common variables to be used in scripts.
|
||||
*
|
||||
* @param Request $request
|
||||
* @param AccountRepositoryInterface $repository
|
||||
* @param CurrencyRepositoryInterface $currencyRepository
|
||||
@@ -135,6 +141,8 @@ class JavascriptController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Get config for date range.
|
||||
*
|
||||
* @return array
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user