File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments