Skip to content

Commit d4daabe

Browse files
OlisaevAGOlisaevAG
OlisaevAG
authored and
OlisaevAG
committed
fix: fixing issue PHPOffice#1670. Some changes for PHP CS Fixer 2.
1 parent 09a9dc6 commit d4daabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Shared/Html.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,8 @@ protected static function parseStyleDeclarations(array $selectors, array $styles
883883
$styles["border{$which}Size"] = $size; // twips
884884
$styles["border{$which}Color"] = $color;
885885
$styles["border{$which}Style"] = $style;
886-
887886
}
887+
888888
break;
889889
case 'vertical-align':
890890
// https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align

0 commit comments

Comments
 (0)