Skip to content

Commit 6fe7bd7

Browse files
OlisaevAGOlisaevAG
OlisaevAG
authored and
OlisaevAG
committed
fix: fixing issue PHPOffice#1670. Some changes.
1 parent 949c2b5 commit 6fe7bd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "azamat8405/phpword",
2+
"name": "phpoffice/phpword",
33
"description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
44
"keywords": [
55
"PHP", "PHPOffice", "office", "PHPWord", "word", "template", "template processor", "reader", "writer",

src/PhpWord/Shared/Html.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ protected static function parseStyleDeclarations(array $selectors, array $styles
861861
strpos($tmpValue, 'pc') !== false)
862862
{
863863
$size = Converter::cssToTwip($tmpValue);
864-
}else{
864+
} else {
865865
$style = self::mapBorderStyle($valueArr[2]);
866866
}
867867
}

0 commit comments

Comments
 (0)