@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | public function changeText($text) |
| 49 | 49 | { |
| 50 | - if(! $this->isConvertibleToString($text)) |
|
| 50 | + if( ! $this->isConvertibleToString($text)) |
|
| 51 | 51 | { |
| 52 | 52 | throw new \LogicException('Body of type Text must be string convertible.'); |
| 53 | 53 | } |