Skip to content

Commit 1db14f7

Browse files
committed
Fixed CS again
1 parent 9be9d1a commit 1db14f7

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/Core/GuestPolicy.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
* You should have received a copy of the GNU Lesser General Public License along
2020
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
2121
*/
22-
namespace BigBlueButton\Core;
23-
24-
final class GuestPolicy
25-
{
26-
public const ALWAYS_ACCEPT = 'ALWAYS_ACCEPT';
27-
public const ALWAYS_DENY = 'ALWAYS_DENY';
28-
public const ASK_MODERATOR = 'ASK_MODERATOR';
29-
public const ALWAYS_ACCEPT_AUTH = 'ALWAYS_ACCEPT_AUTH';
30-
}
22+
namespace BigBlueButton\Core;
23+
24+
final class GuestPolicy
25+
{
26+
public const ALWAYS_ACCEPT = 'ALWAYS_ACCEPT';
27+
public const ALWAYS_DENY = 'ALWAYS_DENY';
28+
public const ASK_MODERATOR = 'ASK_MODERATOR';
29+
public const ALWAYS_ACCEPT_AUTH = 'ALWAYS_ACCEPT_AUTH';
30+
}

0 commit comments

Comments
 (0)