https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401 --- Comment #72 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 205084 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205084&action=edit Bug 24401: (QA follow-up) Add POD for Koha::Token private helpers Koha::Token's private helpers (_add_default_csrf_params, _gen_csrf, _chk_csrf, _gen_rand, _add_default_jwt_params, _gen_jwt, _chk_jwt, _decode_jwt) had no POD, which trips the QA pod_coverage check on any patch that touches this file. Document each of them. No functional changes. Test plan: 1. Apply patch 2. Run the QA tools against the commit: $ ktd --shell k$ /kohadevbox/qa-test-tools/koha-qa.pl -c 1 => SUCCESS: Koha/Token.pm passes pod_coverage 3. Sign off :-D Assisted-by: Sonnet 4.6 (Anthropic) Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.