Passed
Push — master ( e821e0...0a7885 )
by Rogers
01:47
created
src/VCard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.