Skip to content

Commit

Permalink
Fix comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SantosGuillamot committed Mar 11, 2024
1 parent 3af803a commit f2dd8b6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ private function process_directives_args( string $html, array &$context_stack, a
}

/*
* If this tag will visit its closer tag, it adds it to the tag stack
* so it can process its closing tag and check for unbalanced tags.
*/
* If this tag will visit its closer tag, it adds it to the tag stack
* so it can process its closing tag and check for unbalanced tags.
*/
if ( $p->has_and_visits_its_closer_tag() ) {
$tag_stack[] = array( $tag_name, $directives_prefixes );
}
Expand Down

0 comments on commit f2dd8b6

Please sign in to comment.