-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes PHPCS Errors based on WPCS #49
Fixes PHPCS Errors based on WPCS #49
Conversation
Please note that there is currently one error remaining and is blocked by #48.
Please do note that, at the creation of this PR, I have not tested these changes functionally. That is the next step. |
# Conflicts: # pantheon-hud.php
@danielbachhuber I updated the PHPCS config with the config file you reference and removed the unnecessary configuration. I did not change the PHP or WP version compatibility requirement configuration, as I am not of those without further digging. Hoping @ataylorme or yourself will know those minimum requirements. Either way, these need to be updated. Let me know if there is something else missing. |
@@ -1,42 +1,45 @@ | |||
<?php | |||
/** | |||
* Plugin Name: Pantheon HUD | |||
* Version: 0.2.2 | |||
* Version: 0.2.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Version: 0.2.1 | |
* Version: 0.2.2 |
Looks great, thanks for your work on this! |
This covers a first stab at fixing some of the PHPCS errors, which will enable us to test next iterations of this plugin more easily.
Currently there is one final error to fix and it is blocked by #48.
Fixes #33