Skip to content

Commit 5811aac

Browse files
author
Roman Syroeshko
committed
Merge pull request #302 from basjan/absolute-positioning
1 parent 42955f1 commit 5811aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Style/Frame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public function setWrap($value)
504504
self::WRAP_THROUGH,
505505
self::WRAP_TOPBOTTOM,
506506
self::WRAP_BEHIND,
507-
self::WRAP_INFRONT
507+
self::WRAP_INFRONT,
508508
);
509509
$this->wrap = $this->setEnumVal($value, $enum, $this->wrap);
510510

0 commit comments

Comments
 (0)