Skip to content

Commit d16786e

Browse files
cs fixes
1 parent 201f756 commit d16786e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/PhpWord/Shared/Html.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,11 +1321,6 @@ private static function convertRgb(string $rgb): string
13211321
return trim($rgb, '# ');
13221322
}
13231323

1324-
/**
1325-
* @param string $xml
1326-
*
1327-
* @return bool
1328-
*/
13291324
private static function isRubyCode(string $xml): bool
13301325
{
13311326
$pattern = '/<ruby\b([^>]*)>(.*?)<\/ruby>/is';
@@ -1339,7 +1334,6 @@ private static function isRubyCode(string $xml): bool
13391334
* @param string $html The HTML content to convert
13401335
*
13411336
* @return string The well-formed XML
1342-
* @throws Exception If conversion fails
13431337
*/
13441338
protected static function convertHtmlToXml(string $html): string
13451339
{

0 commit comments

Comments
 (0)