Completed
Push — master ( 7f94f5...4d90dd )
by Sebastian
16:25 queued 12:01
created
generator/Parser/RdfaParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
     /** @var \Spatie\SchemaOrg\Generator\TypeCollection */
16 16
     protected $types;
17 17
 
18
+    /**
19
+     * @param string $rdfa
20
+     */
18 21
     public function __construct($rdfa)
19 22
     {
20 23
         $this->crawler = new Crawler($rdfa);
Please login to merge, or discard this patch.