Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit aab36fc

Browse files
committed
fix style
1 parent 4af88ae commit aab36fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DTO/Item.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ public function toArray(): array
4444

4545
/**
4646
* Return the css string used to place the box.
47-
*
48-
* @return string
47+
*
48+
* @return string
4949
*/
5050
public function toCSS(): string
5151
{
52-
return sprintf("top: %dpx; width: %dpx; height: %dpx; left: %dpx;", $this->top, $this->width, $this->height, $this->left);
52+
return sprintf('top: %dpx; width: %dpx; height: %dpx; left: %dpx;', $this->top, $this->width, $this->height, $this->left);
5353
}
5454
}

0 commit comments

Comments
 (0)