johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
979 stars 96 forks source link

Remove WPCS old-style comments in favour of PHPCS ignores #146

Closed GaryJones closed 3 years ago

GaryJones commented 4 years ago

There are three instances where the old-style WPCS comments have been used to ignore PHPCS violations

These should be swapped for the relevant // phpcs:ignore Name.Of.Violation.Here -- Optional reasons here. comment, since the WPCS ones have been deprecated for quite a while already.