mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Suppress warning for method
This commit is contained in:
@@ -57,6 +57,7 @@ class TagController extends Controller
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Factory|View
|
* @return Factory|View
|
||||||
|
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||||
*/
|
*/
|
||||||
public function accountPerTag(Collection $accounts, Collection $tags, Carbon $start, Carbon $end)
|
public function accountPerTag(Collection $accounts, Collection $tags, Carbon $start, Carbon $end)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user