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