@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | * @author Rogers Corrêa |
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | -class VCard{ |
|
| 14 | +class VCard { |
|
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * existsElements |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | $additional = '', |
| 97 | 97 | $prefix = '', |
| 98 | 98 | $suffix = '' |
| 99 | - ){ |
|
| 99 | + ) { |
|
| 100 | 100 | // set property |
| 101 | 101 | $property = $lastName . ';' . $firstName . ';' . $additional . ';' . $prefix . ';' . $suffix; |
| 102 | 102 | $this->setProperty( |
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | { |
| 290 | 290 | $this->setProperty( |
| 291 | 291 | 'social', |
| 292 | - 'X-SOCIALPROFILE;type='. $type, |
|
| 292 | + 'X-SOCIALPROFILE;type=' . $type, |
|
| 293 | 293 | $socialProfile |
| 294 | 294 | ); |
| 295 | 295 | |