From 5811aac2724f5983576d7d3fce4a4b44d0cae6e2 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Sun, 7 Sep 2014 18:21:24 +0400 Subject: [PATCH] Merge pull request #302 from basjan/absolute-positioning --- src/PhpWord/Style/Frame.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpWord/Style/Frame.php b/src/PhpWord/Style/Frame.php index 579a1c95..5fef5f01 100644 --- a/src/PhpWord/Style/Frame.php +++ b/src/PhpWord/Style/Frame.php @@ -504,7 +504,7 @@ class Frame extends AbstractStyle self::WRAP_THROUGH, self::WRAP_TOPBOTTOM, self::WRAP_BEHIND, - self::WRAP_INFRONT + self::WRAP_INFRONT, ); $this->wrap = $this->setEnumVal($value, $enum, $this->wrap);