Juliette

Results 2034 comments of Juliette

Rebased without changes to get past imaginary merge conflict.

Too little information to go on. Also, not all errors are fixable.

@kkmuffme This is not an issue in PHP_CodeSniffer, but this is a known issue with WordPressCS and has already been fixed. Unfortunately, the release has been delayed for reasons. Until...

> We didn't realize that phpcbf wasn't running/auto-fixing for months, due to an error in a sniff that we don't have in our phpcs ruleset. Just like `phpcs`, `phpcbf` will...

@kkmuffme I didn't misunderstand you.

> Fatal errors cannot be suppressed to not stop code execution in PHP You may want to have a look at [set_error_handler()](https://www.php.net/manual/en/function.set-error-handler.php).... The fatals you are talking about are all...

Sounds like you want to use a custom ruleset. In it's most basic form this would look something like this: ```xml ``` If you place the file in your project...

While the PHP 8.1 issues have been solved by now, I'm going to leave this issue open, as IMO a refactor of the test suite setup may still be a...

@gsherwood If you're looking for another simple PR and easy merge.... 😇

I haven't ran any tests, but did see that PR #3544 is open for a similar issue. Would be interesting to see if that PR fixes this issue as well.