Passed
Pull Request — master (#201)
by
unknown
02:29
created
src/Parameters/JoinMeetingParameters.php 1 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.