Passed
Push — master ( 4a0efd...7f5941 )
by Radosław
02:22
created
tests/SearchResult/ItemTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     {
34 34
         $url = 'http://example.com';
35 35
         $item = new Item(['url' => $url]);
36
-        $this->assertSame($url, (string)$item);
36
+        $this->assertSame($url, (string) $item);
37 37
     }
38 38
 
39 39
 
Please login to merge, or discard this patch.