Skip to content

Commit c92729e

Browse files
committed
Fix PHPCS errors
1 parent 34ffbd3 commit c92729e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/phpunit/tests/feed/rss2.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,15 +653,15 @@ public static function data_title_rss_encodes_special_characters() {
653653
'& > test <',
654654
'&amp; &gt; test &lt;',
655655
),
656-
'bare less-than in middle is encoded' => array(
656+
'bare less-than in middle is encoded' => array(
657657
'a < b',
658658
'a &lt; b',
659659
),
660-
'html tags are still stripped by strip_tags' => array(
660+
'html tags are still stripped by strip_tags' => array(
661661
'<strong>bold</strong>',
662662
'bold',
663663
),
664-
'plain text passes through unchanged' => array(
664+
'plain text passes through unchanged' => array(
665665
'Hello World',
666666
'Hello World',
667667
),

0 commit comments

Comments
 (0)