mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Clean up code and comments.
This commit is contained in:
@@ -70,7 +70,6 @@ trait ModelInformation
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
*
|
||||
* @return string[]
|
||||
*
|
||||
@@ -95,7 +94,6 @@ trait ModelInformation
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return array
|
||||
*/
|
||||
protected function getRoles(): array
|
||||
|
@@ -200,7 +200,6 @@ trait PeriodOverview
|
||||
* @param array $journals
|
||||
*
|
||||
* @return array
|
||||
|
||||
*/
|
||||
private function filterTransferredIn(Account $account, array $journals): array
|
||||
{
|
||||
@@ -219,7 +218,6 @@ trait PeriodOverview
|
||||
* @param array $journals
|
||||
*
|
||||
* @return array
|
||||
|
||||
*/
|
||||
private function groupByCurrency(array $journals): array
|
||||
{
|
||||
|
@@ -24,7 +24,6 @@ declare(strict_types=1);
|
||||
namespace FireflyIII\Support\Http\Controllers;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use FireflyIII\Exceptions\FireflyException;
|
||||
use FireflyIII\Exceptions\ValidationException;
|
||||
use FireflyIII\Helpers\Help\HelpInterface;
|
||||
use FireflyIII\Http\Requests\RuleFormRequest;
|
||||
@@ -219,7 +218,6 @@ trait RequestInformation
|
||||
* @param array $data
|
||||
*
|
||||
* @return ValidatorContract
|
||||
|
||||
*/
|
||||
final protected function validator(array $data): ValidatorContract
|
||||
{
|
||||
|
Reference in New Issue
Block a user