wordpress-develop/tests/phpunit/tests/html-api
Felix Arntz 1d006a0f57 General: Remove discouraged @return void annotations.
Such `@return void` annotations must not be used in WordPress core's PHP code, except bundled themes, third-party libraries, and PHP compatibility shims.

Props isabel_brison, swissspidy.
Fixes #59619.


git-svn-id: https://develop.svn.wordpress.org/trunk@56943 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-16 15:15:14 +00:00
..
wpHtmlProcessor.php HTML API: Rename WP_HTML_Processor::createFragment() to follow WPCS. 2023-10-05 22:40:48 +00:00
wpHtmlProcessorBreadcrumbs.php General: Remove discouraged @return void annotations. 2023-10-16 15:15:14 +00:00
wpHtmlProcessorSemanticRules.php HTML API: Rename WP_HTML_Processor::createFragment() to follow WPCS. 2023-10-05 22:40:48 +00:00
wpHtmlSupportRequiredHtmlProcessor.php HTML API: Rename WP_HTML_Processor::createFragment() to follow WPCS. 2023-10-05 22:40:48 +00:00
wpHtmlSupportRequiredOpenElements.php HTML API: Rename WP_HTML_Processor::createFragment() to follow WPCS. 2023-10-05 22:40:48 +00:00
wpHtmlTagProcessor-bookmark.php HTML API: Change wp infix in test classes to Wp. 2023-07-25 12:17:28 +00:00
wpHtmlTagProcessor.php HTML API: Add class name utilities has_class() and class_list(). 2023-09-26 09:15:21 +00:00