Completed
Push — master ( 76cf21...f8444d )
by Jeroen
01:30
created
src/VCardParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
         }
73 73
     }
74 74
 
75
+    /**
76
+     * @param string $content
77
+     */
75 78
     public function __construct($content)
76 79
     {
77 80
         $this->content = $content;
Please login to merge, or discard this patch.