Closed seezee closed 5 years ago
@seezee thanks for posting. There's quite a large PR that needs to be merged that will fix a lot of the WPCS issues #76. I'm in the process of reviewing with an aim to merge it in the coming weeks.
@seezee TravisCI checks are now passing :tada:
PHPCS throws this warning when run against
includes/class-my-plugin-settings.php
:WARNING | Processing form data without nonce verification.
I've included all of the errors for thoroughness but most of them are easy fixes. The nonce error I have no idea how to fix, or even if it should be fixed.The affected lines are 251, 252, 254, 255, 317, 318, & 331.