Passed
Push — 7.x ( af8963...debb41 )
by Adrien
02:47
created
Tests/phpunit/SplStringTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.