Completed
Pull Request — master (#187)
by
unknown
16s
created
src/Parameters/CreateMeetingParameters.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,10 +29,10 @@
 block discarded – undo
29 29
     public const ALWAYS_DENY   = 'ALWAYS_DENY';
30 30
     public const ASK_MODERATOR = 'ASK_MODERATOR';
31 31
 	
32
-	public const CUSTOM_LAYOUT		= 'CUSTOM_LAYOUT';
32
+	public const CUSTOM_LAYOUT = 'CUSTOM_LAYOUT';
33 33
     public const SMART_LAYOUT		= 'SMART_LAYOUT';
34
-    public const PRESENTATION_FOCUS	= 'PRESENTATION_FOCUS';
35
-    public const VIDEO_FOCUS		= 'VIDEO_FOCUS';
34
+    public const PRESENTATION_FOCUS = 'PRESENTATION_FOCUS';
35
+    public const VIDEO_FOCUS = 'VIDEO_FOCUS';
36 36
 
37 37
     /**
38 38
      * @var string
Please login to merge, or discard this patch.