mondrake
mondrake
From PHP documentation, https://www.php.net/manual/en/class.returntypewillchange.php: > [some] methods now **require overriding methods to declare a compatible return type**, otherwise a deprecated notice is emitted during inheritance validation. In case the return...
The PHPStan custom rule approach is outlined in the [Introduce a @return-type-will-be-added annotation to indicate return type addition in next major; enforce with a PHPStan rule](https://www.drupal.org/project/drupal/issues/3486376) Drupal.org issue and its...
Thank you for the reviews and feedback!
Apparently the failure is due to a bug in Drupal core itself, that will be fixed in the main mysqli MR, see https://git.drupalcode.org/project/drupal/-/merge_requests/11355/diffs?commit_id=0f6da1b6b6ce7e5635b405b9d484ba8a52018fc3 So if all the astral bodies align...
#6101 contains test changes to prove the bug. It targets 11.5, where this is visible in the XML output file. However, the underlying bug, that IMHO is the lack of...
The latter. This is not a bug, can’t help remove the label…