@@ -58,7 +58,7 @@ |
||
| 58 | 58 | public function testStringCast(): void |
| 59 | 59 | { |
| 60 | 60 | $instance = new DuckString('hello world'); |
| 61 | - $this->assertSame('hello world', (string) $instance); |
|
| 61 | + $this->assertSame('hello world', (string)$instance); |
|
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | /** |