Completed
Pull Request — master (#37)
by Sebastian
12:20
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.