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.
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.