Skip to content

Commit 9f75457

Browse files
OlisaevAGOlisaevAG
authored andcommitted
feat: feat: Сhanges for the code review 5
1 parent bec1fc7 commit 9f75457

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/PhpWord/Style/Cell.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,9 @@ public function getNoWrap(): bool
377377
{
378378
return $this->noWrap;
379379
}
380+
380381
/**
381382
* Get style padding-top.
382-
*
383-
* @return int|null
384383
*/
385384
public function getPaddingTop(): ?int
386385
{
@@ -401,8 +400,6 @@ public function setPaddingTop(int $value): self
401400

402401
/**
403402
* Get style padding-bottom.
404-
*
405-
* @return int|null
406403
*/
407404
public function getPaddingBottom(): ?int
408405
{
@@ -423,8 +420,6 @@ public function setPaddingBottom(int $value): self
423420

424421
/**
425422
* Get style padding-left.
426-
*
427-
* @return int|null
428423
*/
429424
public function getPaddingLeft(): ?int
430425
{
@@ -445,8 +440,6 @@ public function setPaddingLeft(int $value): self
445440

446441
/**
447442
* Get style padding-right.
448-
*
449-
* @return int|null
450443
*/
451444
public function getPaddingRight(): ?int
452445
{

0 commit comments

Comments
 (0)