mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Coverage Tweak
This commit is contained in:
@@ -116,11 +116,7 @@ class Drawing
|
||||
*/
|
||||
public static function pointsToPixels($pointValue): int
|
||||
{
|
||||
if ($pointValue != 0) {
|
||||
return (int) ceil($pointValue / 0.75);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return (int) ceil($pointValue / 0.75);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user