mirror of
https://github.com/Intervention/image.git
synced 2025-08-07 06:16:34 +02:00
Remove unnecessary brackets
This commit is contained in:
@@ -26,7 +26,7 @@ class FontProcessor extends AbstractFontProcessor
|
|||||||
{
|
{
|
||||||
// no text - no box size
|
// no text - no box size
|
||||||
if (mb_strlen($text) === 0) {
|
if (mb_strlen($text) === 0) {
|
||||||
return (new Rectangle(0, 0));
|
return new Rectangle(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
$draw = $this->toImagickDraw($font);
|
$draw = $this->toImagickDraw($font);
|
||||||
|
Reference in New Issue
Block a user