Update PHP doc everywhere.

This commit is contained in:
James Cole
2018-07-21 08:06:24 +02:00
parent 5ca4f1b181
commit 02f5eddd14
47 changed files with 363 additions and 111 deletions

View File

@@ -39,11 +39,11 @@ use Symfony\Component\HttpFoundation\ParameterBag;
*/
class IndexController extends Controller
{
/** @var RecurringRepositoryInterface */
/** @var RecurringRepositoryInterface Recurring repository */
private $recurring;
/**
*
* IndexController constructor.
*/
public function __construct()
{
@@ -63,6 +63,8 @@ class IndexController extends Controller
}
/**
* Show all recurring transactions.
*
* TODO: split collection into pages
*
* @param Request $request
@@ -93,6 +95,8 @@ class IndexController extends Controller
}
/**
* Show a single recurring transaction.
*
* @param Request $request
* @param Recurrence $recurrence
*