Skip to content

Commit 772d771

Browse files
sirrealCopilot
andcommitted
Fix boolean => bool return type
Co-authored-by: Copilot <[email protected]>
1 parent 4e9f7fb commit 772d771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/html-api/class-wp-html-tag-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3927,7 +3927,7 @@ static function ( $tag_match ) {
39273927
*
39283928
* @since {WP_VERSION}
39293929
*
3930-
* @return boolean True if the script tag will be evaluated as JavaScript.
3930+
* @return bool True if the script tag will be evaluated as JavaScript.
39313931
*/
39323932
public function is_javascript_script_tag(): bool {
39333933
if ( 'SCRIPT' !== $this->get_tag() || $this->get_namespace() !== 'html' ) {

0 commit comments

Comments
 (0)