You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update WPCS and PHP_Codesniffer (#62)
* Update the WordPress Coding Standards to version 0.11.0.
* Update PHP_CodeSniffer to 2.8.1, a security fix.
* Update WordPress coding standards to version `0.12.0`, and PHP_Codesniffer to `2.9.1` (the highest compatible version with WPCS).
Fixes exception bubbling for php7 (#61)
* Dockerfile fixes to get image building
* Rescues `Throwable` which includes `Exception` and php7 `Error` objects
Update the WordPress Coding Standards and PHP_CodeSniffer to the late…
…st versions (#55)
* Update the WordPress Coding Standards to version 0.11.0.
* Update PHP_CodeSniffer to 2.8.1, a security fix.