Completed
Pull Request — master (#96)
by Marcus
01:23
created
src/VCardParser.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      *
55 55
      * @param string $filename
56 56
      *
57
-     * @return JeroenDesloovere\VCard\VCardParser
57
+     * @return VCardParser
58 58
      */
59 59
     public static function parseFromFile($filename)
60 60
     {
@@ -65,6 +65,9 @@  discard block
 block discarded – undo
65 65
         }
66 66
     }
67 67
 
68
+    /**
69
+     * @param string $content
70
+     */
68 71
     public function __construct($content)
69 72
     {
70 73
         $this->content = $content;
Please login to merge, or discard this patch.