Skip to content

Commit 092eecf

Browse files
sirrealCopilot
andauthored
Fix boolean => bool return type
Co-authored-by: Copilot <[email protected]>
1 parent e60d592 commit 092eecf

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
@@ -3837,7 +3837,7 @@ static function ( $tag_match ) {
38373837
*
38383838
* @since {WP_VERSION}
38393839
*
3840-
* @return boolean True if the script tag will be evaluated as JavaScript.
3840+
* @return bool True if the script tag will be evaluated as JavaScript.
38413841
*/
38423842
public function is_javascript_script_tag(): bool {
38433843
if ( 'SCRIPT' !== $this->get_tag() || $this->get_namespace() !== 'html' ) {

0 commit comments

Comments
 (0)