@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | public function handle(?string $content = null): string |
43 | 43 | { |
44 | - return trim((string) preg_replace('/\s+/', ' ', $this->ipsum)); |
|
44 | + return trim((string)preg_replace('/\s+/', ' ', $this->ipsum)); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |