Suppress warning for method

This commit is contained in:
James Cole
2023-12-30 12:59:09 +01:00
parent 2e5bc750d1
commit 098f1fe0f6

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)
{