Skip to content

Commit 39f379c

Browse files
authored
Update Cell.php
1 parent 8d04662 commit 39f379c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/PhpWord/Style/Cell.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ public function getTextDirection()
163163
public function setTextDirection($value = null)
164164
{
165165
$enum = [
166-
self::TEXT_DIR_BTLR,
167-
self::TEXT_DIR_TBRL,
168-
self::TEXT_DIR_LRTB,
169-
self::TEXT_DIR_LRTBV,
170-
self::TEXT_DIR_TBRLV,
171-
self::TEXT_DIR_TBLRV,
166+
self::TEXT_DIR_BTLR,
167+
self::TEXT_DIR_TBRL,
168+
self::TEXT_DIR_LRTB,
169+
self::TEXT_DIR_LRTBV,
170+
self::TEXT_DIR_TBRLV,
171+
self::TEXT_DIR_TBLRV,
172172
];
173173
$this->textDirection = $this->setEnumVal($value, $enum, $this->textDirection);
174174

0 commit comments

Comments
 (0)