v1.0.7
- Use the
// phpcs:ignore
format in stead of the deprecated// WPCS: ...
flags - Introduce
phpcs
tab trigger in addition towpcs
The native WPCS whitelist comments are deprecated in version 2.0.0 and will be removed in WPCS 3.0.0. This plugin release aims to map all deprecated flags to their counterparts in the // phpcs:ignore
inline comment format.