@@ -54,7 +54,7 @@ discard block |
||
| 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 |
||
| 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; |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | 39 | * The raw VCard content. |
| 40 | - * |
|
| 40 | + * |
|
| 41 | 41 | * @var string |
| 42 | 42 | */ |
| 43 | 43 | protected $content; |