Add some missing methods.

This commit is contained in:
James Cole
2023-12-30 13:31:13 +01:00
parent f7a4bd5d12
commit ae1939cd1b
3 changed files with 81 additions and 0 deletions

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)