Skip to content

Commit

Permalink
PHP < 7.4 does not like this annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 9, 2024
1 parent 4a3e084 commit 25dbb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class WP_CSS_Compound_Selector_List implements WP_CSS_HTML_Tag_Processor_Matcher
* @param WP_HTML_Tag_Processor $processor The processor.
* @return bool True if the processor's current position matches the selector.
*/
public function matches( WP_HTML_Tag_Processor $processor ): bool {
public function matches( $processor ): bool {
if ( $processor->get_token_type() !== '#tag' ) {
return false;
}
Expand Down

0 comments on commit 25dbb19

Please sign in to comment.