Skip to content

Commit

Permalink
Fix phpcs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 23, 2016
1 parent 7a59b6b commit 0bd9dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utility/Text.php
Expand Up @@ -518,6 +518,7 @@ public static function stripLinks($text)
do { do {
$text = preg_replace('#</?a([/\s][^>]*)?(>|$)#i', '', $text, -1, $count); $text = preg_replace('#</?a([/\s][^>]*)?(>|$)#i', '', $text, -1, $count);
} while ($count); } while ($count);

return $text; return $text;
} }


Expand Down

0 comments on commit 0bd9dc1

Please sign in to comment.