@@ -110,11 +110,11 @@ protected function generateCreateParams()
110110 'endWhenNoModerator ' => $ this ->faker ->boolean (50 ),
111111 'endWhenNoModeratorDelayInMinutes ' => $ this ->faker ->numberBetween (1 , 100 ),
112112 'meetingLayout ' => $ this ->faker ->randomElement ([
113- MeetingLayout::CUSTOM_LAYOUT ,
114- MeetingLayout::SMART_LAYOUT ,
115- MeetingLayout::PRESENTATION_FOCUS ,
116- MeetingLayout::VIDEO_FOCUS ,
117- ]),
113+ MeetingLayout::CUSTOM_LAYOUT ,
114+ MeetingLayout::SMART_LAYOUT ,
115+ MeetingLayout::PRESENTATION_FOCUS ,
116+ MeetingLayout::VIDEO_FOCUS ,
117+ ]),
118118 'learningDashboardEnabled ' => $ this ->faker ->boolean (50 ),
119119 'learningDashboardCleanupDelayInMinutes ' => $ this ->faker ->numberBetween (1 , 100 ),
120120 'breakoutRoomsEnabled ' => $ this ->faker ->boolean (50 ),
@@ -246,16 +246,16 @@ protected function getBreakoutCreateMock($params)
246246 protected function generateJoinMeetingParams ()
247247 {
248248 return ['meetingID ' => $ this ->faker ->uuid ,
249- 'fullName ' => $ this ->faker ->name ,
250- 'role ' => $ this ->faker ->randomElement (Role::getValues ()),
251- 'userID ' => $ this ->faker ->numberBetween (1 , 1000 ),
252- 'webVoiceConf ' => $ this ->faker ->word ,
253- 'createTime ' => $ this ->faker ->unixTime ,
254- 'configToken ' => $ this ->faker ->word ,
255- 'errorRedirectUrl ' => $ this ->faker ->url ,
256- 'userdata-countrycode ' => $ this ->faker ->countryCode ,
257- 'userdata-email ' => $ this ->faker ->email ,
258- 'userdata-commercial ' => false ,
249+ 'fullName ' => $ this ->faker ->name ,
250+ 'role ' => $ this ->faker ->randomElement (Role::getValues ()),
251+ 'userID ' => $ this ->faker ->numberBetween (1 , 1000 ),
252+ 'webVoiceConf ' => $ this ->faker ->word ,
253+ 'createTime ' => $ this ->faker ->unixTime ,
254+ 'configToken ' => $ this ->faker ->word ,
255+ 'errorRedirectUrl ' => $ this ->faker ->url ,
256+ 'userdata-countrycode ' => $ this ->faker ->countryCode ,
257+ 'userdata-email ' => $ this ->faker ->email ,
258+ 'userdata-commercial ' => false ,
259259 ];
260260 }
261261
@@ -285,7 +285,7 @@ protected function getJoinMeetingMock($params)
285285 protected function generateEndMeetingParams ()
286286 {
287287 return ['meetingID ' => $ this ->faker ->uuid ,
288- 'password ' => $ this ->faker ->password , ];
288+ 'password ' => $ this ->faker ->password , ];
289289 }
290290
291291 /**
0 commit comments