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 7601a3e commit 32aa83eCopy full SHA for 32aa83e
src/PhpWord/Style/Cell.php
@@ -322,9 +322,6 @@ public function setUnit($value)
322
323
/**
324
* Set noWrap.
325
- *
326
- * @param bool $value
327
- * @return self
328
*/
329
public function setNoWrap(bool $value): self
330
{
@@ -335,8 +332,6 @@ public function setNoWrap(bool $value): self
335
332
336
333
337
334
* Get noWrap.
338
339
- * @return bool
340
341
public function getNoWrap(): bool
342
0 commit comments