https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19871 --- Comment #54 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 197451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197451&action=edit Bug 19871: (QA follow-up) Add missing POD for methods in touched files The QA tools flag all methods without POD in any touched file. This patch adds the missing POD for pre-existing methods that were flagged: - Koha::Item::_add_statistic - Koha::Object::_date_or_datetime_column_type - Koha::Object::_datetime_column_type - Koha::Object::_numeric_column_type - Koha::Object::_decimal_column_type - Koha::Object::_recursive_fixup - Koha::Object::_get_object_class - Koha::Object::DESTROY - Koha::Patron::Modification::_type (also fixes heading mismatch) Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.