Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
abordage committed May 28, 2022
1 parent 04e7606 commit 5f67f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenGraphImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ protected function setAppDecorationCoordinates(): void
protected function setLineCoordinates(): void
{
$defaultPaddingLine = 7;
$rectangleHeight = intval(round($this->imageWidth / 200));
$rectangleHeight = intval($this->imageWidth / 200);

switch ($this->appNamePosition) {
case 'top-left':
Expand Down

0 comments on commit 5f67f83

Please sign in to comment.