Suppress warning for method

This commit is contained in:
James Cole 2023-12-30 12:59:09 +01:00
parent 2e5bc750d1
commit 098f1fe0f6
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -57,6 +57,7 @@ class TagController extends Controller
/**
* @return Factory|View
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
public function accountPerTag(Collection $accounts, Collection $tags, Carbon $start, Carbon $end)
{