Passed
Pull Request — master (#201)
by
unknown
02:29
created
src/Parameters/JoinMeetingParameters.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -444,8 +444,8 @@
 block discarded – undo
444 444
         }
445 445
 		
446 446
       if(!$this->guest){
447
-		  unset($queries['guest']);
448
-	  }
447
+    unset($queries['guest']);
448
+   }
449 449
         $this->buildUserData($queries);
450 450
 
451 451
         return $this->buildHTTPQuery($queries);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -443,7 +443,7 @@
 block discarded – undo
443 443
             $queries[$key] = $value;
444 444
         }
445 445
 		
446
-      if(!$this->guest){
446
+      if (!$this->guest) {
447 447
 		  unset($queries['guest']);
448 448
 	  }
449 449
         $this->buildUserData($queries);
Please login to merge, or discard this patch.