The since tag fixer
What's Changed
- Add default value to WP_REST_Request generic template by @Nikschavan in #409
- Narrow return type of wp_scripts_get_suffix() by @IanDelMar in #411
- Fix Psalm incompatibility in callable type by @IanDelMar in #412
- Narrow type for word_count_type by @IanDelMar in #414
- Widen callable type to allow empty string default value by @IanDelMar in #413
- Bump phpdocumentor/reflection-docblock to v6 by @IanDelMar in #415
- Add PHP 8.5 to integrate workflow by @IanDelMar in #417
- Add default type to template in WP_Widget by @IanDelMar in #418
- Narrow parameter type for register_widget() by @IanDelMar in #419
- Update phpstan tags in functionMap.php by @IanDelMar in #420
- Narrow return type of get_submit_button by @IanDelMar in #422
- Narrow return type of get_media_item by @IanDelMar in #423
- Replace strpos with str_starts_with and str_contains by @IanDelMar in #424
- Update binary string fix for AVIF Info class by @IanDelMar in #425
- Improve WP_Widget stubs by @IanDelMar in #426
- maybe_serialize: add conditional return type by @IanDelMar in #427
- Generate stubs for WordPress 6.9.1 by @IanDelMar in #428
New Contributors
- @Nikschavan made their first contribution in #409
Full Changelog: v6.9.0...v6.9.1