Skip to content

Commit ec7251b

Browse files
committed
Fixed CS
1 parent 41a1ba6 commit ec7251b

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

src/BigBlueButton.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,12 @@ private function requestUrl(string $url, string $payload = '', string $contentTy
568568

569569
/**
570570
* Public accessor for buildUrl
571-
* @param string $method
572-
* @param string $params
573-
* @param bool $append
574-
* @return string
571+
* @param string $method
572+
* @param string $params
573+
* @param bool $append
574+
* @return string
575575
*/
576-
public function buildUrl($method = '', $params = '', $append = TRUE)
576+
public function buildUrl($method = '', $params = '', $append = true)
577577
{
578578
return $this->urlBuilder->buildUrl($method, $params, $append);
579579
}

src/Parameters/CreateMeetingParameters.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ class CreateMeetingParameters extends MetaParameters
347347
*/
348348
protected $meetingLayout;
349349

350-
351350
/**
352351
* @var string
353352
*/
@@ -645,7 +644,6 @@ public function isGuestPolicyAlwaysAcceptAuth()
645644
return $this->guestPolicy === self::ALWAYS_ACCEPT_AUTH;
646645
}
647646

648-
649647
/**
650648
* Ask moderator on join of guests is allowed to enter the meeting, user are allowed to join directly
651649
*/

tests/TestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
namespace BigBlueButton;
2121

2222
use BigBlueButton\Core\GuestPolicy;
23-
use BigBlueButton\Core\MeetingLayout;
2423
use BigBlueButton\Parameters\CreateMeetingParameters as CreateMeetingParameters;
2524
use BigBlueButton\Parameters\EndMeetingParameters;
2625
use BigBlueButton\Parameters\JoinMeetingParameters as JoinMeetingParameters;

0 commit comments

Comments
 (0)