Completed
Push — master ( 1cb084...1ca2f1 )
by Jeroen
13s
created
src/VCardParser.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 {
39 39
     /**
40 40
      * The raw VCard content.
41
-    *
41
+     *
42 42
      * @var string
43 43
      */
44 44
     protected $content;
Please login to merge, or discard this 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.