Juliette

Results 605 issues of Juliette

:warning: Please read [Trac ticket #62061](https://core.trac.wordpress.org/ticket/62061) - this PR can't be committed until other patches have been committed first! :warning: PHP 8.4 is expected to be released at the end...

### PHP 8.4 | WP_Test_Stream::open(): fix trigger_error() with E_USER_ERROR is deprecated PHP 8.4 deprecates the use of `trigger_errror()` with `E_USER_ERROR` as the error level, as there are a number of...

# Description Follow up to squizlabs/PHP_CodeSniffer#3716 and PR #524. PR squizlabs/PHP_CodeSniffer#3716 improved the information provided in the error messages for `Internal.Exception`s with additional information about the source of the problem....

Type: bug
Core Component: Other

## Current Situation Inspired by #588 As things are, the tokenization of PHP open tag tokens is taken from PHP itself, without changes, but the tokenization in PHP itself is...

Type: breaking change
Core Component: Tokenizer
Status: waiting for opinions

I noticed a number of action runners used are out of date. Most updates are related to the Node version the action runners use under the hood updating to Node...

## Is your feature request related to a problem? To quote myself in Trac ticket https://core.trac.wordpress.org/ticket/62004: > As things are, none of the WordPress test classes comply with the naming...

Type: Enhancement

This (small) change needs a little explaining.... First of all, the `setup-php` action, by default uses a "production"-type ini file. This means that `error_reporting` is set to `E_ALL & ~E_DEPRECATED...

PHP 8.4 deprecates implicitly nullable parameters, i.e. typed parameter with a `null` default value, which are not explicitly declared as nullable. Ref: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types There are multiple ways to fix this,...

PRs to cherrypick into the next 2.0.x release (if there will be one): - [ ] #890 - [ ] #893 - [ ] #894 - [ ] #897

The ruby version supported for GH Pages has been changed, so the workflow needs updating. This was hidden away in non-descript changelog entry in the GH Pages v229 release _sigh_....

Type: documentation
Type: testing/chores/QA