Skip to content

Commit

Permalink
fix: fixing issue #1670. Some changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlisaevAG authored and OlisaevAG committed Jan 23, 2025
1 parent 949c2b5 commit 6fe7bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "azamat8405/phpword",
"name": "phpoffice/phpword",
"description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
"keywords": [
"PHP", "PHPOffice", "office", "PHPWord", "word", "template", "template processor", "reader", "writer",
Expand Down
2 changes: 1 addition & 1 deletion src/PhpWord/Shared/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ protected static function parseStyleDeclarations(array $selectors, array $styles
strpos($tmpValue, 'pc') !== false)
{
$size = Converter::cssToTwip($tmpValue);
}else{
} else {
$style = self::mapBorderStyle($valueArr[2]);
}
}
Expand Down

0 comments on commit 6fe7bd7

Please sign in to comment.