Juliette
Juliette
#### Rule type: Error #### Rule: > Don't use short open tags in XML XML short open tags could in certain cases be confused with PHP short open tags. Neither...
#### Rule type: Error #### Rule: Check that there are no calls to `wp_title()` > Avoid hard coding to modify content. Instead, use function parameters, filters and action hooks where...
FYI: for all the watchers of this repo - @dingo-d and me had a video-chat meeting today about the progress of the project. This issue is just a short summary...
When going through everything, I noticed that these two are essentially the same. If they are not (supposed to be), then maybe the difference between the two rules should be...
I'm seeing some very weird and wildly incorrect results coming in on PR builds, which is making Coveralls unreliable and disruptive as it means merges are either blocked because the...
 The effect of the various settings on the repo settings page is not clear and there doesn't seem to be any help available to explain what the impact is...
As discussed in PR #65, the changelog page is not actively maintained and is out of date/out of sync with the actual changes which have been made, so we may...
Looks like part of the https://phpunit.readthedocs.io/en/9.0/test-doubles.html#mock-objects section needs some rewriting to mention the alternatives to the deprecated `MockBuilder::setMethods()` functionality. Ref: https://github.com/sebastianbergmann/phpunit/issues/3770
Extracted from https://github.com/wptide/wptide/issues/137#issuecomment-399782731 > It would be good to scan for parse errors in all PHP versions supported by the plugin/theme. > > Just running `php -l` over all files...