Completed
Push — master ( aaa1df...c1536f )
by Richard van
13s queued 10s
created
src/Micrometa/Tests/Infrastructure/ParserTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         $this->assertEquals(1, count($items));
121 121
 
122 122
         $type = $items[0]->getType();
123
-        $this->assertEquals('http://schema.org/Product', (string) $type[0]);
123
+        $this->assertEquals('http://schema.org/Product', (string)$type[0]);
124 124
     }
125 125
 
126 126
     /**
Please login to merge, or discard this patch.