diff --git a/src/TagType.php b/src/TagType.php index 67ff066..5d14f0b 100644 --- a/src/TagType.php +++ b/src/TagType.php @@ -109,8 +109,8 @@ public function inline_tag($position, $input) $tags = array( 'title', 'span', 'abbr', 'acronym', 'b', 'basefont', 'bdo', 'big', 'cite', 'code', 'dfn', 'em', 'font', 'i', 'kbd', 'q', 's', 'samp', - 'small', 'strike', 'sub', 'sup', 'textarea', 'tt', 'u', 'var', - 'del', 'pre', + 'small', 'strike', 'sub', 'sup', 'textarea', 'tt', 'u', 'var', + 'del', 'pre', // 'strong', ); @@ -140,7 +140,7 @@ public function get_current_tag($position, $input) if ($input[$i] == '<') { // @codeCoverageIgnoreStart continue; - // @codeCoverageIgnoreEnd + // @codeCoverageIgnoreEnd } elseif ($input[$i] == '>' || preg_match('/\s/', $input[$i])) { return $tag; } else {