We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d04662 commit 39f379cCopy full SHA for 39f379c
src/PhpWord/Style/Cell.php
@@ -163,12 +163,12 @@ public function getTextDirection()
163
public function setTextDirection($value = null)
164
{
165
$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,
+ self::TEXT_DIR_BTLR,
+ self::TEXT_DIR_TBRL,
+ self::TEXT_DIR_LRTB,
+ self::TEXT_DIR_LRTBV,
+ self::TEXT_DIR_TBRLV,
+ self::TEXT_DIR_TBLRV,
172
];
173
$this->textDirection = $this->setEnumVal($value, $enum, $this->textDirection);
174
0 commit comments