@@ -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 | } |