@@ -10,7 +10,7 @@ |
||
10 | 10 | * @package Compolomus\Compomage |
11 | 11 | * @method Image save(string $filename): bool |
12 | 12 | * @method Image __toString(): string |
13 | - * @method Image getBase64(): string |
|
13 | + * @method Image getBase64(): string |
|
14 | 14 | * @method Image resize(int $width, int $height): ImageInterface |
15 | 15 | * @method Image resizeByHeight(int $height): ImageInterface |
16 | 16 | * @method Image resizeByWidth(int $width): ImageInterface |
@@ -306,7 +306,7 @@ |
||
306 | 306 | */ |
307 | 307 | public function blur(): ImageInterface |
308 | 308 | { |
309 | - $this->getImage()->blurImage(7,5); |
|
309 | + $this->getImage()->blurImage(7, 5); |
|
310 | 310 | |
311 | 311 | return $this; |
312 | 312 | } |