@@ -21,7 +21,7 @@ |
||
21 | 21 | /** |
22 | 22 | * @return string |
23 | 23 | */ |
24 | - public function getVCard(){ |
|
24 | + public function getVCard() { |
|
25 | 25 | return isset($this->found_props['calendar-data']) ? $this->found_props['calendar-data'] : null; |
26 | 26 | } |
27 | 27 | } |
28 | 28 | \ No newline at end of file |