Skip to content

Commit 8813327

Browse files
committed
Format docblocks
1 parent 926d491 commit 8813327

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tests/phpunit/tests/html-api/wpHtmlTagProcessor.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,10 +1667,10 @@ public function data_next_tag_ignores_script_tag_contents() {
16671667
/**
16681668
* Invalid tag names are comments on tag closers.
16691669
*
1670-
* See https://html.spec.whatwg.org/#parse-error-invalid-first-character-of-tag-name
1671-
*
16721670
* @ticket 58007
16731671
*
1672+
* @link https://html.spec.whatwg.org/#parse-error-invalid-first-character-of-tag-name
1673+
*
16741674
* @dataProvider data_next_tag_ignores_invalid_first_character_of_tag_name_comments
16751675
*
16761676
* @param string $html_with_markers HTML containing an invalid tag closer whose element before and
@@ -1761,6 +1761,7 @@ public function data_next_tag_ignores_contents_of_rcdata_tag() {
17611761
* Ensures that the invalid comment closing syntax "--!>" properly closes a comment.
17621762
*
17631763
* @ticket 58007
1764+
*
17641765
* @covers WP_HTML_Tag_Processor::next_tag
17651766
*
17661767
*/
@@ -1783,6 +1784,7 @@ public function test_allows_incorrectly_closed_comments() {
17831784
* @ticket 58007
17841785
*
17851786
* @covers WP_HTML_Tag_Processor::next_tag
1787+
*
17861788
* @dataProvider data_html_with_unclosed_comments
17871789
*
17881790
* @param string $html_ending_before_comment_close HTML with opened comments that aren't closed
@@ -1815,6 +1817,7 @@ public function data_html_with_unclosed_comments() {
18151817
* @ticket 58007
18161818
*
18171819
* @covers WP_HTML_Tag_Processor::next_tag
1820+
*
18181821
* @dataProvider data_abruptly_closed_empty_comments
18191822
*
18201823
* @param string $html_with_after_marker HTML to test with "id=after" on element immediately following an abruptly closed comment.

0 commit comments

Comments
 (0)