WordPress/wp-includes/html-api
dmsnell b7b504dc0d Fix phpdoc nullable types in some files.
It was found that in several places in the HTML API and its supporting files,
the wrong form of type annotation was used for optional parameters.

Instead of using `?type`, this patch uses `type|type-of-default-value` instead,
noting where important if the parameter is optional, and if so, what its default
value is.

Developed in https://github.com/WordPress/wordpress-develop/pull/7031
Discussed in https://core.trac.wordpress.org/ticket/61399

Props dmsnell, jonsurrell.
See #61399.

Built from https://develop.svn.wordpress.org/trunk@58742


git-svn-id: http://core.svn.wordpress.org/trunk@58144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-07-17 00:53:17 +00:00
..
class-wp-html-active-formatting-elements.php
class-wp-html-attribute-token.php
class-wp-html-decoder.php HTML API: Optimize low-level parsing details in Tag Processor. 2024-07-01 23:36:15 +00:00
class-wp-html-open-elements.php Fix phpdoc nullable types in some files. 2024-07-17 00:53:17 +00:00
class-wp-html-processor-state.php HTML API: Fix wrong @since tag. 2024-07-05 22:23:14 +00:00
class-wp-html-processor.php Fix phpdoc nullable types in some files. 2024-07-17 00:53:17 +00:00
class-wp-html-span.php
class-wp-html-stack-event.php HTML API: Add missing subclass methods to HTML Processor and add token provenance. 2024-06-25 03:11:19 +00:00
class-wp-html-tag-processor.php HTML API: Remove leading whitespace after removing class names. 2024-07-17 00:12:18 +00:00
class-wp-html-text-replacement.php
class-wp-html-token.php
class-wp-html-unsupported-exception.php HTML API: Add context to Unsupported_Exception class for improved debugging. 2024-07-12 22:29:13 +00:00
html5-named-character-references.php