Skip to content

Commit 32aa83e

Browse files
authored
Removed PHPDoc
1 parent 7601a3e commit 32aa83e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/PhpWord/Style/Cell.php

-5
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@ public function setUnit($value)
322322

323323
/**
324324
* Set noWrap.
325-
*
326-
* @param bool $value
327-
* @return self
328325
*/
329326
public function setNoWrap(bool $value): self
330327
{
@@ -335,8 +332,6 @@ public function setNoWrap(bool $value): self
335332

336333
/**
337334
* Get noWrap.
338-
*
339-
* @return bool
340335
*/
341336
public function getNoWrap(): bool
342337
{

0 commit comments

Comments
 (0)